Nginx: Difference between revisions

From Freephile Wiki
links to reference
No edit summary
Line 4: Line 4:


The Nginx webiste has both [https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm examples for PHP-FPM] and a [https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/ Nginx recipe to serve MediaWiki]
The Nginx webiste has both [https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm examples for PHP-FPM] and a [https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/ Nginx recipe to serve MediaWiki]
== Other resources ==
* [https://www.svennd.be/nginx-php-fpm-centos-7/ how to setup Nginx, php-fpm on Centos 7] (17 MARCH, 2017)
* [https://webtatic.com/packages/nginx110/ Webtatic] is a source we use on CentOS for nginx


[[Category:Web Server]]
[[Category:Web Server]]
[[Category:Webserver]]
[[Category:Webserver]]

Revision as of 13:02, 30 August 2018

We're planning to move to Nginx with PHP-FPM for faster execution and throughput for QualityBox.

The Nginx webiste has both examples for PHP-FPM and a Nginx recipe to serve MediaWiki

Other resources[edit]