ソースを参照

added ejabberd config to link

admin 2 ヶ月 前
コミット
353b5b219a
1 ファイル変更0 行追加10 行削除
  1. 0 10
      data/ejabberd-vhost

+ 0 - 10
data/ejabberd-vhost

@@ -1,13 +1,3 @@
-## Start of configuration add by letsencrypt container
-location ^~ /.well-known/acme-challenge/ {
-    auth_basic off;
-    auth_request off;
-    allow all;
-    root /usr/share/nginx/html;
-    try_files $uri =404;
-    break;
-}
-## End of configuration add by letsencrypt container
 location =  /.well-known/host-meta {
   proxy_pass        http://ejabberd:80;
   proxy_hide_header content-type;