Nginx: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Craigje (talk | contribs)
Created page with "We run nginx as our tools web server. ==Installation== Run <code>sudo apt-get install nginx</code>. ==Configuration== Just installing and running nginx will display a messag..."
 
Craigje (talk | contribs)
m Replaced content with "Go here."
Tag: Replaced
 
Line 1: Line 1:
We run nginx as our tools web server.
[[Sysadmin:Web Servers|Go here.]]
 
==Installation==
Run <code>sudo apt-get install nginx</code>.
 
==Configuration==
Just installing and running nginx will display a message to visitors to the url that the site must still be configured.
 
To actually do that:
* We have a bunch of site files in <code>tools:/etc/nginx/sites-available</code> (plus symlinks in <code>sites-enabled</code>). Copy those over to the corresponding directories.
* We're currently using the same SSL certs as we use on web. [[Sysadmin:Upgrading SSL Certificate | Info here]].
 
Watch this space, work in progress.

Latest revision as of 14:01, 22 January 2021