We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4d910 commit 4ec501fCopy full SHA for 4ec501f
nginxtest.conf
@@ -10,4 +10,7 @@ server {
10
proxy_set_header X-Real-IP $remote_addr;
11
proxy_pass http://127.0.0.1:2370;
12
}
13
+ location ~* \.(htm?l|css|js) {
14
+ expires 24h;
15
+ }
16
0 commit comments