fix: use SOCKETIO_PORT instead of FRAPPE_SOCKETIO_PORT

This commit is contained in:
Revant Nandgaonkar
2020-03-02 05:09:57 +05:30
parent c2c09400da
commit 0df0d6d11f
5 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ upstream frappe-server {
}
upstream socketio-server {
server ${FRAPPE_SOCKETIO}:${FRAPPE_SOCKETIO_PORT} fail_timeout=0;
server ${FRAPPE_SOCKETIO}:${SOCKETIO_PORT} fail_timeout=0;
}
server {