parent
109be7614d
commit
9e0a9ae7f3
1 changed files with 1 additions and 3 deletions
|
@ -10,11 +10,9 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i
|
||||||
|
|
||||||
Yup. That's it.
|
Yup. That's it.
|
||||||
|
|
||||||
`
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName yourcoolassdomain.org
|
ServerName yourcoolassdomain.org
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
ProxyPass "/" "https://127.0.0.1:2314/"
|
ProxyPass "/" "https://127.0.0.1:2314/"
|
||||||
ProxyPassReverse "/" "https://127.0.0.1:2314"
|
ProxyPassReverse "/" "https://127.0.0.1:2314"
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
`
|
|
Loading…
Reference in a new issue