Don't proxypass acme-challenge in the sample config

So you can use Letsencrypt
master
root 9 years ago
parent 1065b747fe
commit c743061e60
  1. 1
      docs/httpd/httpd_vhost.conf

@ -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 *>

Loading…
Cancel
Save