1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 19:05:40 +00:00
Files
boring-nginx
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
7.1
rootfs
etc
nginx
conf
conf.d
php.conf
php
usr
Dockerfile
README.md
parsoid
pgbouncer
piwik
privatebin
rtorrent-flood
searx
unmaintained
LICENSE
dockerfiles/nginx-php/7.1/rootfs/nginx/conf.d/php.conf
2017-05-13 17:15:19 +02:00

7 lines
206 B
Plaintext

location ~ \.php$ {
fastcgi_index index.php;
fastcgi_pass unix:/php/run/php-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /nginx/conf/fastcgi_params;
}