nginx.rst 370 B

12345678910111213
  1. :orphan:
  2. Installing Elgg on Nginx
  3. ########################
  4. To run Elgg on Nginx, you will need to:
  5. - configure Nginx to talk to a PHP process in either CGI or FPM mode
  6. - Port the following rewrite rules
  7. .. literalinclude:: ../../../install/config/nginx.dist
  8. Other than that, you should be able to follow the :doc:`standard installation instructions <../install>`.