Are0h 2020-07-21 21:22:03 +02:00
parent c4d519f0e8
commit 47f550cdf5

@ -10,9 +10,11 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i
Yup. That's it.
```
<VirtualHost *:80>
ServerName yourcoolassdomain.org
ProxyPreserveHost On
ProxyPass "/" "https://127.0.0.1:2314/"
ProxyPassReverse "/" "https://127.0.0.1:2314"
</VirtualHost>
```