Update isolated-vm server port in Nginx configuration

This commit is contained in:
Simon Larsen 2024-04-06 15:53:38 +01:00
parent 0c73bd8292
commit d43765645e
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -19,7 +19,7 @@ upstream admin-dashboard {
} }
upstream isolated-vm { upstream isolated-vm {
server ${SERVER_ISOLATED_VM_HOSTNAME}:${ADMIN_ISOLATED_VM_PORT} weight=10 max_fails=3 fail_timeout=30s; server ${SERVER_ISOLATED_VM_HOSTNAME}:${ISOLATED_VM_PORT} weight=10 max_fails=3 fail_timeout=30s;
} }
upstream status-page { upstream status-page {