add "as root" after service x restart
lines
This commit is contained in:
parent
b8404b9033
commit
83c14cf4d6
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ Either set up a reverse proxy (with persisted Host header) with your favourite H
|
||||||
#### 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` as root
|
||||||
|
|
||||||
#### Apache2
|
#### Apache2
|
||||||
* Run `$ a2enmod ssl proxy proxy_http` as root
|
* Run `$ a2enmod ssl proxy proxy_http` as root
|
||||||
* Copy example config file from [/docs/rest_api/apache2](/docs/rest_api/apache2) to `/etc/apache2/sites-enabled/`
|
* Copy example config file from [/docs/rest_api/apache2](/docs/rest_api/apache2) to `/etc/apache2/sites-enabled/`
|
||||||
* Edit `ServerName`, `SSLCertificateFile and `SSLCertificateKeyFile`
|
* Edit `ServerName`, `SSLCertificateFile and `SSLCertificateKeyFile`
|
||||||
* `$ service apache2 restart`
|
* `$ service apache2 restart` as root
|
||||||
|
|
||||||
#### Lighttpd
|
#### Lighttpd
|
||||||
* Copy example config file from [/docs/rest_api/lighttpd](/docs/rest_api/lighttpd) to `/etc/lighttpd/lighttpd.conf`
|
* Copy example config file from [/docs/rest_api/lighttpd](/docs/rest_api/lighttpd) to `/etc/lighttpd/lighttpd.conf`
|
||||||
* Edit `ssl.ca-file`, `ssl.pemfile` and `ssl.privkey`
|
* Edit `ssl.ca-file`, `ssl.pemfile` and `ssl.privkey`
|
||||||
* `$ service lighttpd restat`
|
* `$ service lighttpd restat` as root
|
||||||
|
|
Loading…
Reference in a new issue