Used wss instead of ws.
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 58s
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 58s
This commit is contained in:
@@ -13,6 +13,10 @@ WorkingDirectory=/home/sonder/leagues-tools-dev/os-league-tools-master
|
||||
Environment="NODE_ENV=development"
|
||||
Environment="PORT=3001"
|
||||
Environment="HOST=0.0.0.0"
|
||||
# WebSocket config for hot reload through reverse proxy
|
||||
Environment="WDS_SOCKET_PROTOCOL=wss"
|
||||
Environment="WDS_SOCKET_HOST=dev.leagues.tools"
|
||||
Environment="WDS_SOCKET_PORT=443"
|
||||
|
||||
# Start the dev server with hot reload
|
||||
ExecStart=/usr/bin/npm run dev
|
||||
|
||||
Reference in New Issue
Block a user