docs: fix installation guide (#2734)
Co-authored-by: Gálli Zoltán <gallizoltan@gmail.com>
This commit is contained in:
parent
512c85592f
commit
b83c2e9368
1 changed files with 3 additions and 3 deletions
|
|
@ -375,7 +375,7 @@ Install Apache2 and enable Apache2 mods:
|
|||
|
||||
```sh
|
||||
apt-get install apache2 certbot
|
||||
a2enmod headers ssl proxy proxy-http
|
||||
a2enmod headers ssl proxy proxy_http
|
||||
```
|
||||
|
||||
Create a SSL certificate with LetsEncrypt:
|
||||
|
|
@ -414,7 +414,7 @@ EOF
|
|||
Restart Apache2:
|
||||
|
||||
```sh
|
||||
service restart apache2
|
||||
service apache2 restart
|
||||
```
|
||||
|
||||
## Running behind an Nginx reverse proxy over HTTPS
|
||||
|
|
@ -468,7 +468,7 @@ EOF
|
|||
Restart nginx:
|
||||
|
||||
```sh
|
||||
service restart nginx
|
||||
service nginx restart
|
||||
```
|
||||
|
||||
## Using https without reverse proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue