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