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...")
(No difference)

Revision as of 11:14, 12 July 2018

We run nginx as our tools web server.

Installation

Run sudo apt-get install nginx.

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 tools:/etc/nginx/sites-available (plus symlinks in sites-enabled). Copy those over to the corresponding directories.
  • We're currently using the same SSL certs as we use on web. Info here.

Watch this space, work in progress.