add minecraft http

This commit is contained in:
Arthur Lu 2024-05-08 07:22:39 +00:00
parent e6f1fab5eb
commit b5869436b1

9
http/minecraft.conf Normal file
View File

@ -0,0 +1,9 @@
server {
listen 443 ssl http2;
server_name minecraft.tronnet.net;
include snippets/ssl-acme.conf;
location / {
proxy_pass http://minecraft.root:80;
proxy_redirect default;
}
}