Add remote follow path to webfinger.
[akkoma] / installation / pleroma.nginx
index d882908e4c8347024ca4d1acf961ef3a2804ab77..92ed8f32ea8cd15c148db8b9548cc016dabf01a3 100644 (file)
@@ -22,6 +22,9 @@ server {
     server_name example.tld;
 
     location / {
+        proxy_http_version 1.1;
+        proxy_set_header Upgrade $http_upgrade;
+        proxy_set_header Connection "upgrade";
         proxy_pass http://localhost:4000;
     }
 
@@ -31,6 +34,4 @@ server {
         proxy_pass http://localhost:4000;
     }
 
-    include snippets/well-known.conf;
-
 }