Difference between revisions of "Nginx"

From Earlham CS Department
Jump to navigation Jump to search
(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...")
 
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 10:01, 22 January 2021