]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Server-configuration.md
Merge pull request #1626 from ArthurHoaro/fix/vintage-webpack
[github/shaarli/Shaarli.git] / doc / md / Server-configuration.md
index 73302bc61bbcf534b81883289f1a8d9f121310c3..4e74d80bb28d92f4899eda3fda1610967e2bd1a5 100644 (file)
@@ -325,6 +325,11 @@ server {
         deny all;
     }
 
+    location ~ /doc/ {
+        default_type "text/html";
+        try_files $uri $uri/ $uri.html =404;
+    }
+
     location = /favicon.ico {
         # serve the Shaarli favicon from its custom location
         alias /var/www/shaarli/images/favicon.ico;
@@ -377,7 +382,7 @@ use `https://shaarli.mydomain.org/index.php/`.
 
 **Recommended:**
   * after installation, in the configuration page, set your header link to `/index.php/`.
-  * in you `config.json.php` set `general.root_url` to
+  * in your configuration file `config.json.php` set `general.root_url` to
     `https://shaarli.mydomain.org/index.php/`.
 
 ## Allow import of large browser bookmarks export