Web server
tl;dr
...
| Server name | nginx |
| Version | 1.10 |
| Main config file |
...
| /etc/nginx/nginx.conf | |
| Server config file | /etc/nginx/sites-available/default |
| Listening port | 80 |
| Server start command | sudo service nginx start |
| Server stop command | sudo service nginx stop |
| WordPress root | /opt/webspaces/colored-insane-asylums-web-root |
| DokuWiki root | /opt/webspaces/javelin-web-root |
Description
Nginx would be our server of choice for the CLACI project. Currently we are running nginx version 1.10.0 on Javelin.
...