1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-01 17:59:19 +00:00

7 lines
205 B
Plaintext
Raw Normal View History

2016-04-11 15:59:32 +02:00
location ~ \.php$ {
fastcgi_index index.php;
fastcgi_pass unix:/var/run/php-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}