The Wayback Machine - https://web.archive.org/web/20220601160840/https://github.com/topics/php-fpm
Skip to content
#

php-fpm

Here are 802 public repositories matching this topic...

nginxconfig.io
SorinGFS
SorinGFS commented Apr 29, 2022

Feature request

Place the access_log and error_log directives inside the main server block instead of http block.

Feature description

Disable access_log at http block:
File: /etc/nginx/nginx.conf

# ...
http {
    # ...
    access_log off;
    # ...
}
# ...

Enable per site access_log and error_log at main server block:
File: /etc/nginx/

enhancement help wanted good first issue hacktoberfest

NGINX Accelerated! This is a Docker image that creates a high performance (FAST!), optimized image for NGINX for use with Redis and PHP-FMP. Deliver sites and applications with performance, reliability, security, and scale. This NGINX server offers advanced performance, web and mobile acceleration, security controls, application monitoring, and management.
  • Updated Sep 4, 2020
  • PHP

Improve this page

Add a description, image, and links to the php-fpm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the php-fpm topic, visit your repo's landing page and select "manage topics."

Learn more