mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Update isolated-vm server port in Nginx configuration
This commit is contained in:
parent
0c73bd8292
commit
d43765645e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user