mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
nextcloud: increase nginx timeout, closes #31
This commit is contained in:
parent
9eef12112d
commit
e057052b0e
@ -95,6 +95,7 @@ http {
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$1;
|
||||
fastcgi_param PATH_INFO $2;
|
||||
fastcgi_pass unix:/tmp/php-fpm.sock;
|
||||
fastcgi_read_timeout 1200;
|
||||
}
|
||||
|
||||
location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {
|
||||
|
@ -95,6 +95,7 @@ http {
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$1;
|
||||
fastcgi_param PATH_INFO $2;
|
||||
fastcgi_pass unix:/tmp/php-fpm.sock;
|
||||
fastcgi_read_timeout 1200;
|
||||
}
|
||||
|
||||
location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {
|
||||
|
@ -95,6 +95,7 @@ http {
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$1;
|
||||
fastcgi_param PATH_INFO $2;
|
||||
fastcgi_pass unix:/tmp/php-fpm.sock;
|
||||
fastcgi_read_timeout 1200;
|
||||
}
|
||||
|
||||
location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user