Skip to navigation
How to skip the acme letsencrypt proxy access for the apache2, so the ssl can be updated behind a proxy
07.02.23
how to skip the acme letsencrypt proxy access for the apache2, so the ssl can be updated behind a proxy add this to your proxy settings: ProxyPass /.well-known/acme-challenge ! full example: ProxyRequests off SSLProxyEngine On SSLCertificateFile /etc/ssl/froxlor-custom/dataserver.foo.com.crt SSLCertificateKeyFile /etc/ssl/froxlor-custom/dataserver.foo.com.key
Header add "Access-Control-Allow-Origin" "*" BalancerMember http://127.0.0.1:8087 BalancerMember http://127.0.0.1:8086 BalancerMember http://127.0.0.1:8085 BalancerMember http://127.0.0.1:8084 BalancerMember http://127.0.0.1:8083 BalancerMember http://127.0.0.1:8082 BalancerMember http://127.0.0.1:8081 ProxySet lbmethod=bytraffic
ProxyPass /balancer-manager ! ProxyPass /.well-known/acme-challenge ! ProxyPass / balancer://foo/
Reply
Anonymous
Information Epoch 1732451459
Fold knowledge into data so program logic can be stupid and robust.
Home
Notebook
Contact us