Tune PHP again (uncommited changes from long ago)
This commit is contained in:
parent
3719b355f7
commit
e3fffa522a
3 changed files with 14 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ http {
|
|||
# Prevent nginx HTTP Server Detection
|
||||
server_tokens off;
|
||||
|
||||
keepalive_timeout 65;
|
||||
# Old value: 65 ! didnt work
|
||||
keepalive_timeout 256;
|
||||
|
||||
gzip on;
|
||||
|
||||
|
|
@ -151,6 +152,7 @@ http {
|
|||
#fastcgi_param HTTPS on;
|
||||
|
||||
fastcgi_read_timeout 3600;
|
||||
fastcgi_send_timeout 3600;
|
||||
proxy_read_timeout 3600;
|
||||
proxy_connect_timeout 3600;
|
||||
|
||||
|
|
@ -182,5 +184,8 @@ http {
|
|||
location / {
|
||||
try_files $uri $uri/ /index.php$request_uri;
|
||||
}
|
||||
location /simliveradio {
|
||||
proxy_pass http://simliveradio.stream.laut.fm/simliveradio;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue