change api port

This commit is contained in:
Arthur Lu 2023-11-16 19:39:44 -08:00
parent b1f5c39cc9
commit 9ad55b1b2f

View File

@ -9,7 +9,7 @@ server {
proxy_redirect default;
}
location /api/ {
proxy_pass http://proxmoxaas.dmz:80/api/;
proxy_pass http://proxmoxaas.dmz:8081/api/;
proxy_redirect default;
}
location = / {