mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-26 19:05:40 +00:00
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
7 lines
206 B
Plaintext
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;
|
|
}
|