up
This commit is contained in:
@@ -51,9 +51,9 @@ http {
|
||||
client_header_timeout 12;
|
||||
send_timeout 10;
|
||||
|
||||
# FastCGI cache (opcional)
|
||||
fastcgi_cache_path /var/cache/nginx levels=1:2 keys_zone=whatsapp_cache:10m
|
||||
max_size=100m inactive=60m use_temp_path=off;
|
||||
# FastCGI cache DESACTIVADO para desarrollo
|
||||
# fastcgi_cache_path /var/cache/nginx levels=1:2 keys_zone=whatsapp_cache:10m
|
||||
# max_size=100m inactive=60m use_temp_path=off;
|
||||
|
||||
# Include virtual hosts
|
||||
include /etc/nginx/http.d/*.conf;
|
||||
|
||||
Reference in New Issue
Block a user