update readmes

Former-commit-id: 4c5f148850d202acfba70fa466646657fd4b37a6 [formerly a6ce3f1bba3d12d9520f43585addfb529d193504] [formerly e9e3c5d2b627d2db3301ae35dcb7ab45360458bf [formerly c69c6e27be7bde1ada413a08d5df17d32eda3ed4]]
Former-commit-id: cc698a10af94333ac3da8cfdb9cec93cb0adf841 [formerly 344e253fd4da8478dbbd9fed1af6612867fed9da]
Former-commit-id: d4426d10a55d585c0eacd980ca4a7a1c59009b82
This commit is contained in:
Henrique Dias
2017-07-18 15:58:38 +01:00
parent 4ca87393ee
commit d57c85aee3
2 changed files with 5 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ When you set a relative path, such as `xxxxxxxxxx.db`, it will always be relativ
## Examples
Manage the current working directory's Hugo website at `/admin`.
Manage the current working directory's Hugo website at `/admin` and display the ```public``` folder to the user.
```
root public
@@ -49,7 +49,7 @@ hugo {
}
```
Manage the Hugo website located at `/var/www/mysite` at `/admin`.
Manage the Hugo website located at `/var/www/mysite` at `/admin` and display the ```public``` folder to the user.
```
root /var/www/mysite/public
@@ -58,7 +58,7 @@ hugo /var/www/mysite {
}
```
Manage the Hugo website located at `/var/www/mysite` at `/private`.
Manage the Hugo website located at `/var/www/mysite` at `/private` and display the ```public``` folder to the user.
```
root /var/www/mysite/public