diff options
Diffstat (limited to 'doc/md/Server-configuration.md')
-rw-r--r-- | doc/md/Server-configuration.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 8cb39934..4e74d80b 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -325,6 +325,11 @@ server { | |||
325 | deny all; | 325 | deny all; |
326 | } | 326 | } |
327 | 327 | ||
328 | location ~ /doc/ { | ||
329 | default_type "text/html"; | ||
330 | try_files $uri $uri/ $uri.html =404; | ||
331 | } | ||
332 | |||
328 | location = /favicon.ico { | 333 | location = /favicon.ico { |
329 | # serve the Shaarli favicon from its custom location | 334 | # serve the Shaarli favicon from its custom location |
330 | alias /var/www/shaarli/images/favicon.ico; | 335 | alias /var/www/shaarli/images/favicon.ico; |