add minecraft http
This commit is contained in:
parent
5bad067b24
commit
bd1f85f936
9
http/minecraft.conf
Normal file
9
http/minecraft.conf
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user