owncloud: move base to alpine

This commit is contained in:
Wonderfall
2016-04-30 12:57:18 +02:00
parent 964feb5cb5
commit 8de10a4c17
8 changed files with 65 additions and 57 deletions

View File

@ -1,4 +1,4 @@
user www-data;
user owncloud;
worker_processes auto;
pid /var/run/nginx.pid;
daemon off;
@ -91,7 +91,7 @@ http {
fastcgi_param modHeadersAvailable true;
fastcgi_param SCRIPT_FILENAME $document_root$1;
fastcgi_param PATH_INFO $2;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
fastcgi_pass unix:/var/run/php-fpm.sock;
}
location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {