mirror of
https://github.com/cottow/6paster.git
synced 2024-05-19 06:50:10 +00:00
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