Difference between revisions of "Nginx"
Jump to navigation
Jump to search
(add link) |
|||
(3 intermediate revisions by the same user not shown) | |||
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 == | == Other resources == | ||
* [https://www.svennd.be/nginx-php-fpm-centos-7/ how to setup Nginx, php-fpm on Centos 7] (17 MARCH, 2017) | * [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 | * [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 12: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 | edit source]
- how to setup Nginx, php-fpm on Centos 7 (17 MARCH, 2017)
- Webtatic is a source we use on CentOS for nginx