add docker config files
This commit is contained in:
8
docker/nginx/conf.c/enable-php-56.conf
Normal file
8
docker/nginx/conf.c/enable-php-56.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
location ~ [^/]\.php(/|$)
|
||||
{
|
||||
try_files $uri =404;
|
||||
fastcgi_pass unix:/tmp/php-cgi-56.sock;
|
||||
fastcgi_index index.php;
|
||||
include conf.c/fastcgi.conf;
|
||||
include conf.c/pathinfo.conf;
|
||||
}
|
||||
Reference in New Issue
Block a user