Skip to content

Commit f786aad

Browse files
authored
🔨 Remove cache rules (#64)
1 parent ba2830a commit f786aad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎bookstack/rootfs/etc/nginx/includes/server_params.conf‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ location / {
1212
try_files $uri $uri/ /index.php?$query_string;
1313
}
1414

15-
location ~* .(jpg|jpeg|png|gif|ico|css|js)$ {
16-
expires 365d;
17-
}
18-
1915
location ~ /\.ht {
2016
deny all;
2117
}

0 commit comments

Comments
 (0)