add proxy error handling to minecraft http
This commit is contained in:
parent
bd1f85f936
commit
d8aff4737f
@ -2,6 +2,8 @@ server {
|
||||
listen 443 ssl http2;
|
||||
server_name minecraft.tronnet.net;
|
||||
include snippets/ssl-acme.conf;
|
||||
include snippets/proxy-errors.conf;
|
||||
include snippets/error-pages.conf;
|
||||
location / {
|
||||
proxy_pass http://minecraft.root:80;
|
||||
proxy_redirect default;
|
||||
|
Loading…
Reference in New Issue
Block a user