Commit f7ef6fb
authored
[Documentation:System] Added documentation for configuring custom websocket port in NGINX (#651)
### Summary:
- Added a new section under NGINX configuration to explain how to set up
a custom websocket port.
- Included steps to modify the `submitty.json` file and update the
`proxy_pass` directive in the NGINX configuration.
- Clarified default behavior if the `websocket_port` field is not set.
### Why this change is needed:
- Previously, the documentation lacked details for configuring custom
websocket ports after #6814 was merged.
- An issue was created on
[here](Submitty/Submitty#6813). Fixes #6813
- Helps users avoid conflicts when running multiple instances or using
different environments.
### Changes made:
- Added a new "Configure Websocket Port" section to the NGINX setup
documentation.
- Provided clear step-by-step instructions and examples.
### Testing:
- Documentation changes only, no code changes.
- Verified formatting and clarity.1 parent 728470a commit f7ef6fb
1 file changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
199 | 231 | | |
200 | 232 | | |
201 | 233 | | |
| |||
0 commit comments