1
0
mirror of https://github.com/cottow/6paster.git synced 2024-05-19 06:50:10 +00:00

Update README.md

This commit is contained in:
nopedial
2013-02-02 12:47:35 +00:00
parent e42be58bbc
commit 11bc5293f6

View File

@ -1,12 +1,10 @@
6paster has been extended to run on NGINX web servers.
INSTALLATION
INSTALL
- Configure your NGINX web server with PHP FastCGI support.
- Add the server configuration example that you find at 'nginx/nginx-conf.txt' to your NGINX configuration file changing the value where appropriate.
- Add the server configuration example that you find at 'nginx/nginx-conf.txt' to your NGINX configuration file.
- Copy the 'nginx/index.php' to the 'webroot/' directory of 6paster.
- Copy the 'nginx/index.php' to the 'webroot/' directory of your 6paster installation.
- Reload the NGINX process.
@ -14,6 +12,8 @@ NOTES
- The content of 'webroot/.htaccess' is ignored by the web server.
Information: sam@arahant.net