Updated Additional Configurations (markdown)

Alex Ling 2020-05-24 15:24:44 +08:00
parent 9ab0332398
commit b6d4d59212
1 changed files with 1 additions and 1 deletions

@ -25,7 +25,7 @@ WantedBy=default.target
### Base URL ### 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 ```yaml
location /mango/ { location /mango/ {