change api port
This commit is contained in:
parent
b1f5c39cc9
commit
9ad55b1b2f
@ -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 = / {
|
||||
|
Loading…
Reference in New Issue
Block a user