Remove bash script for downloading new MastoFE build
[akkoma] / installation / caddyfile-pleroma.example
index fcf76718e74ebd1f47f34e9461de26fc5c226779..7985d9c6746a6c2d2ef9bd682f184f013de11f93 100644 (file)
@@ -10,7 +10,9 @@ example.tld  {
 
   gzip
 
-  proxy / localhost:4000 {
+  # this is explicitly IPv4 since Pleroma.Web.Endpoint binds on IPv4 only
+  # and `localhost.` resolves to [::0] on some systems: see issue #930
+  proxy / 127.0.0.1:4000 {
     websocket
     transparent
   }