From b6d4d59212e3f266d5efc851c8605b8fe55703b8 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Sun, 24 May 2020 15:24:44 +0800 Subject: [PATCH] Updated Additional Configurations (markdown) --- Additional-Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Additional-Configurations.md b/Additional-Configurations.md index 167c7b4..f7b979b 100644 --- a/Additional-Configurations.md +++ b/Additional-Configurations.md @@ -25,7 +25,7 @@ WantedBy=default.target ### Base URL -You should customize the `base_url` setting in the config file if you wish to serve Mango under a base URL. For example, if you want to access Mango at domain.tdl/mango, set `base_url` to `/mango` and configure your web server accordingly. If you are using Nginx, you can use +You should customize the `base_url` setting in the config file if you wish to serve Mango under a base URL. For example, if you want to access Mango at `domain.tdl/mango`, set `base_url` to `/mango` and configure your web server accordingly. If you are using Nginx, you can use ```yaml location /mango/ {