Explorar el Código

Fix remote following

Dennis Rodewyk hace 5 años
padre
commit
b09e2e6998
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/services/mastodon/nginx/mastodon.conf

+ 1 - 1
data/services/mastodon/nginx/mastodon.conf

@@ -75,7 +75,7 @@ location /api/v1/streaming {
     tcp_nodelay on;
   }
 
-	location ~ /.well-known {
+	location ~ /.well-known/acme-challenge {
         allow all;
 		root /var/www/html;
 	}