mirror of https://github.com/getmango/Mango.git
Updated Additional Configurations (markdown)
parent
9ab0332398
commit
b6d4d59212
|
@ -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/ {
|
||||
|
|
Loading…
Reference in New Issue