absolutify link to nginx exaple url
This commit is contained in:
parent
0ac4c1471a
commit
f3b1ac709b
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
|
|
||||||
### Configure HTTPd
|
### Configure HTTPd
|
||||||
#### Nginx
|
#### Nginx
|
||||||
* Copy example config file from [docs/rest_api/nginx](docs/rest_api/nginx) to `/etc/nginx/sites-enabled`
|
* Copy example config file from [/docs/rest_api/nginx](/docs/rest_api/nginx) to `/etc/nginx/sites-enabled`
|
||||||
* Edit `server-name`, `ssl_certificate` and `ssl_certificate_key`
|
* Edit `server-name`, `ssl_certificate` and `ssl_certificate_key`
|
||||||
* `service nginx restart`
|
* `service nginx restart`
|
||||||
|
|
Loading…
Reference in a new issue