update paas,

fix indentation issues
This commit is contained in:
Arthur Lu 2025-02-24 14:16:51 -08:00
parent c952ff5020
commit b57324fa54
3 changed files with 5 additions and 8 deletions

@ -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/";
}
}