...
Code Block |
---|
sudo nginx -s reload sudossudo systemctl servicestop nginx.service stopsudo sudosystemctl servicestart nginx start.service |
Notes
You may need to reboot the server as well in order for NGINX to restart successfully.
Run
netstat -tln
to check the server is listening on port 443 and port 80.Check the PhixFlow application loads in the browser.
...
Restart the NGINX service:
Code Block |
---|
sudo systemctl servicerestart nginx restart.service |
Anchor | ||||
---|---|---|---|---|
|
...
In the following example, a single reverse proxy on a dedicated server is handling incoming connections to four different webapps:
System name | Server IP address | Webapp name |
---|---|---|
Production |
| prod, installed at: |
UAT |
| uat, installed at: |
Dev 1 |
| dev1, installed at |
Dev 2 |
| dev2, installed at |
To support connections to all these systems replace the directive
...