Added docker support

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-08-04 10:40:05 +02:00
parent 7015e76a11
commit 65cc7ebc76
4 changed files with 144 additions and 7 deletions

View File

@ -4,9 +4,6 @@ server {
root /var/piler/www;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
gzip on;
gzip_types text/plain application/xml text/css;
gzip_vary on;
@ -31,8 +28,7 @@ server {
return 404;
}
#fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}