Nginx: Update Reverse Proxy

This commit is contained in:
2024-11-07 15:56:05 +03:30
parent 4b6e71d2be
commit 761bdc8904

View File

@@ -77,7 +77,7 @@ A reverse proxy can forward client requests to multiple backend servers, helping
3. **Reload Nginx** to apply the changes:
```bash
sudo systemctl reload nginx
nginx -s reload
```
---