| title | v22.05.00 > Socket Security Patch | ||
|---|---|---|---|
| category | System Administrator > Installation Version Notes | ||
| redirect_from |
|
Release v22.05.00 includes an update to the configuration of the socket server for security purposes. As part of the reconfiguration, a manual edit of the NGINX config is necessary.
Follow these steps to reconfigure the socket server.
-
Edit your NGINX configuration
/etc/nginx/sites-available/submitty.confand find the line:proxy_pass http://127.0.0.1:41983/; #Yes, http is proper here for nginx web socketand change it to:
proxy_pass http://unix:/var/local/submitty/run/websocket/server.sock:;NOTE: This assumes your data directory is at
/var/local/submitty. If it isn't, change the path accordingly. -
Run the install script