Explorar o código

Added fhem.metner.myhome-server.de

hmetzner %!s(int64=7) %!d(string=hai) anos
pai
achega
d7b33b0d8f
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      nginxproxy_vhosts/fhem.metzner.myhome-server.de

+ 12 - 0
nginxproxy_vhosts/fhem.metzner.myhome-server.de

@@ -0,0 +1,12 @@
+## Start of configuration add by letsencrypt container
+location ^~ /.well-known/acme-challenge/ {
+    auth_basic off;
+    allow all;
+    root /usr/share/nginx/html;
+    try_files $uri =404;
+    break;
+}
+## End of configuration add by letsencrypt container
+ssl_client_certificate    /etc/nginx/certs/ca.cert.pem;  #Path to Root Cert for client certification
+#	ssl_crl                   /etc/nginx/certs/holger.chain.crl.pem;   #Path to your crl
+ssl_verify_client on;