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/ {