Skip to content

Commit b3e2293

Browse files
committed
fix includes
1 parent 1245596 commit b3e2293

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

files/etc/nginx/geoipme.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ location ~ /(geoip|geoipme)+/(?<ip>.*) {
88
proxy_set_header X-Forwarded-For $realip;
99
proxy_set_header Host "127.0.0.1";
1010
proxy_pass "http://127.0.0.1:9081";
11+
12+
# disable caching for geoip
13+
add_header Cache-Control 'no-store, no-cache';
14+
expires off;
1115
}

files/etc/nginx/include/assets.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ location ~* ^.*\.(css|js|jpe?g|gif|png|woff|eot|ttf|svg|ico|css\.map|js\.map)$ {
2727
expires @30m;
2828
access_log off;
2929

30-
include conf.d/include/proxy.conf;
30+
include /etc/nginx/include/proxy.conf;
3131
}

0 commit comments

Comments
 (0)