diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nginx.conf b/etc/nginx.conf index 25eda96..9028c25 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf | |||
@@ -32,6 +32,7 @@ server { | |||
32 | fancyindex on; | 32 | fancyindex on; |
33 | fancyindex_exact_size off; | 33 | fancyindex_exact_size off; |
34 | fancyindex_css_href /resources/plugins.css; | 34 | fancyindex_css_href /resources/plugins.css; |
35 | fancyindex_ignore ^timestamp$; | ||
35 | } | 36 | } |
36 | location ^~ /attachments/ { | 37 | location ^~ /attachments/ { |
37 | root /home/plugins/web; | 38 | root /home/plugins/web; |