summaryrefslogblamecommitdiff
path: root/user/apache-httpd/conf/proxy.conf
blob: 153236b17b73e6a8e7d294ee255f1686c11da1a1 (plain) (tree)
1
2
3
4
5
6





                                                                                          
<IfModule proxy_module>
# This rule allows for acmetool to handle Let's Encrypt certification
# using the proxy method, and is provided here as an example.
# You will need both mod_proxy and mod_proxy_http loaded for this.
#ProxyPass "/.well-known/acme-challenge" "http://127.0.0.1:402/.well-known/acme-challenge"
</IfModule>