maybe fix php now?
This commit is contained in:
@ -23,16 +23,6 @@ http {
|
||||
|
||||
client_max_body_size 500M;
|
||||
|
||||
# TCP optimizations
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
||||
# file shit
|
||||
sendfile on;
|
||||
|
||||
# Keep connections alive for 15 seconds
|
||||
keepalive_timeout 15;
|
||||
|
||||
location ~ \.php$ {
|
||||
try_files $uri =404;
|
||||
|
||||
@ -47,6 +37,16 @@ http {
|
||||
location / {
|
||||
expires 7d;
|
||||
|
||||
# TCP optimizations
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
||||
# file shit
|
||||
sendfile on;
|
||||
|
||||
# Keep connections alive for 15 seconds
|
||||
keepalive_timeout 15;
|
||||
|
||||
open_file_cache max=1000 inactive=60s;
|
||||
open_file_cache_valid 60s;
|
||||
open_file_cache_min_uses 1;
|
||||
|
Reference in New Issue
Block a user