Browse Source

Update fusionpbx

FusionPBX 8 years ago
parent
commit
9bce60de97
1 changed files with 3 additions and 0 deletions
  1. 3 0
      debian/resources/nginx/fusionpbx

+ 3 - 0
debian/resources/nginx/fusionpbx

@@ -124,6 +124,9 @@ server {
 	ssl_ciphers             HIGH:!ADH:!MD5:!aNULL;
 
 	#letsencrypt
+	location /.well-known/acme-challenge {
+        	root /var/www/letsencrypt;
+    	}
 
 	#REST api
 	if ($uri ~* ^.*/api/.*$) {