Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sys.path.append('/opt/norduni/src/niweb')

Install nginx for serving static files.
Configure Apache to listen to localhost only and set up proxy through nginx.

Old stuff

Add the following lines to /etc/apache2/sites-available/default-ssl

...