Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
aede496a
Commit
aede496a
authored
Mar 06, 2014
by
Falko Timme
Browse files
- nginx: Increased fastcgi_read_timeout for phpMyAdmin in apps vhost to 1200 seconds.
parent
ed768786
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/nginx_apps.vhost.master
View file @
aede496a
...
...
@@ -97,7 +97,7 @@ server {
fastcgi_buffers 256 4k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
fastcgi_read_timeout
24
0;
fastcgi_read_timeout
120
0;
}
location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
root /usr/share/;
...
...
server/conf/nginx_apps.vhost.master
View file @
aede496a
...
...
@@ -97,7 +97,7 @@ server {
fastcgi_buffers 256 4k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
fastcgi_read_timeout
24
0;
fastcgi_read_timeout
120
0;
}
location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
root /usr/share/;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment