Are0h 2020-07-21 21:19:59 +02:00
parent 19eb8e47d1
commit 89ff99d39f

@ -9,3 +9,11 @@ Once that is done, grab a copy of the latest release[link to release] or clone[c
Also it is strongly recommened to set up a ssl certificate to protect yourself if your using Fipamo through a web server. [Certbot](https://certbot.eff.org/instructions) makes this proces dead simple. Also it is strongly recommened to set up a ssl certificate to protect yourself if your using Fipamo through a web server. [Certbot](https://certbot.eff.org/instructions) makes this proces dead simple.
Yup. That's it. 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>
`