Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nginx/common/php.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ location ~ \.php$ {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param HTTPS $fastcgi_https;
expires 1h;
expires off;
}
2 changes: 1 addition & 1 deletion nginx/common/wpfc-php.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ location ~ \.php$ {
fastcgi_cache_bypass $skip_cache;
fastcgi_no_cache $skip_cache;
fastcgi_cache WORDPRESS;
expires 1h;
expires off;
}