Skip to content
Merged
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
4 changes: 2 additions & 2 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ server {

# FastCGI Cache Status Header
#################
add_header NPP-FastCGI-Cache $upstream_cache_status;
add_header NPP-FastCGI-Cache $upstream_cache_status always;
#################

# Nginx Cache Purge
#################
location ~ /purge(/.*) {
location ~ ^/purge(/.*) {
allow 127.0.0.1;
allow 172.16.0.0/12;
deny all;
Expand Down
Loading