Files
cottow-6paster/server-conf/README.md
T

662 B

LIGHTTPD INSTALL

  • Configure your Lighttpd web server with PHP FastCGI and OpenSSL support - 6paster requires HTTPS to work.

  • Add the server configuration example that you find at 'server-conf/lighttpd-conf.txt' to your Lighttpd configuration file.

  • Reload the Lighttpd process.

NGINX INSTALL

  • Configure your NGINX web server with PHP FastCGI and OpenSSL support - 6paster requires HTTPS to work.

  • Add the server configuration example that you find at 'server-conf/nginx-conf.txt' to your NGINX configuration file.

  • Reload the NGINX process.

NOTES

  • The content of 'webroot/.htaccess' is ignored by the web server.

Information: sam@arahant.net