Browse Source

Update fusionpbx

FusionPBX 7 years ago
parent
commit
dbdd6384ed
1 changed files with 0 additions and 5 deletions
  1. 0 5
      debian/resources/nginx/fusionpbx

+ 0 - 5
debian/resources/nginx/fusionpbx

@@ -150,11 +150,6 @@ server {
 	ssl_ciphers             HIGH:!ADH:!MD5:!aNULL;
 	#ssl_dhparam
 
-	#letsencrypt
-	location /.well-known/acme-challenge {
-        	root /var/www/letsencrypt;
-    	}
-
 	#REST api
 	if ($uri ~* ^.*/api/.*$) {
 		rewrite ^(.*)/api/(.*)$ $1/api/index.php?rewrite_uri=$2 last;