1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Don't proxypass acme-challenge in the sample config

So you can use Letsencrypt
This commit is contained in:
root 2016-04-01 15:06:33 +02:00
parent 1065b747fe
commit c743061e60

View File

@ -24,6 +24,7 @@
# ProxyPassReverse /etherpad/ http://localhost:9001/ # ProxyPassReverse /etherpad/ http://localhost:9001/
ProxyPass /.well-known/acme-challenge !
ProxyPass / http://127.0.0.1:8090/ Keepalive=on ProxyPass / http://127.0.0.1:8090/ Keepalive=on
ProxyPassReverse / http://127.0.0.1:8090/ ProxyPassReverse / http://127.0.0.1:8090/
<Proxy *> <Proxy *>