diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 00:55:28 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-05-27 00:55:28 +0200 |
commit | b48d5b51348ac1568c2e04a7a0c796905a6cd78b (patch) | |
tree | d5163e419e68615996659e348a5db6b1cde04e57 | |
parent | 074bf7f674f21a85f59b3c2ec49dfdb241c992d5 (diff) | |
download | pillar-b48d5b51348ac1568c2e04a7a0c796905a6cd78b.tar.xz |
Remove broken location css header from gallery
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | nginx/gallery_remmy_io.sls | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nginx/gallery_remmy_io.sls b/nginx/gallery_remmy_io.sls index 72b8bf9..a2752ef 100644 --- a/nginx/gallery_remmy_io.sls +++ b/nginx/gallery_remmy_io.sls @@ -53,7 +53,4 @@ nginx: - proxy_http_version: '1.1' - proxy_pass: http://127.0.0.1:8186 - - location ~ \.(js|css|png): - - expires: modified +7d - # vim: ft=yaml et: |