update paas,
fix indentation issues
This commit is contained in:
parent
c952ff5020
commit
b57324fa54
@ -3,7 +3,7 @@ server {
|
||||
server_name minecraft.tronnet.net;
|
||||
include snippets/ssl-acme.conf;
|
||||
include snippets/proxy-errors.conf;
|
||||
include snippets/error-pages.conf;
|
||||
include snippets/error-pages.conf;
|
||||
location / {
|
||||
proxy_pass http://minecraft-archive.root:80;
|
||||
proxy_redirect default;
|
||||
|
@ -3,7 +3,7 @@ server {
|
||||
server_name paas.tronnet.net;
|
||||
include snippets/ssl-acme.conf;
|
||||
include snippets/error-pages.conf;
|
||||
location /dashboard/ {
|
||||
location / {
|
||||
include snippets/proxy-errors.conf;
|
||||
proxy_pass http://proxmoxaas.dmz:8080/;
|
||||
proxy_redirect default;
|
||||
@ -12,7 +12,4 @@ server {
|
||||
proxy_pass http://proxmoxaas.dmz:8081/api/;
|
||||
proxy_redirect default;
|
||||
}
|
||||
location = / {
|
||||
return 301 "/dashboard/";
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
server {
|
||||
listen 25565 reuseport;
|
||||
proxy_timeout 30s;
|
||||
proxy_pass minecraft.root:25565;
|
||||
listen 25565 reuseport;
|
||||
proxy_timeout 30s;
|
||||
proxy_pass minecraft.root:25565;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user