diff options
| author | Jeroen Domburg <git@j0h.nl> | 2026-08-30 11:13:36 +0800 |
|---|---|---|
| committer | Jeroen Domburg <git@j0h.nl> | 2026-08-30 12:31:06 +0800 |
| commit | eb25a46304e59b16e291fb8df71d6e671a9db4fd (patch) | |
| tree | 0652cf39d5f32e30e9d4c78ef392bda4bb40d41c | |
| parent | 296357c6849b69480e824608bcd1bb07f2d1e8dd (diff) | |
Fix example Apache2 config to point to correct urls
| -rw-r--r-- | doc/snac.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -869,7 +869,7 @@ ProxyPreserveHost On # Main web access point <Location /fedi> - ProxyPass http://127.0.0.1:8001/social + ProxyPass http://127.0.0.1:8001/fedi </Location> # WebFinger @@ -908,7 +908,7 @@ ProxyPreserveHost On # optional (Mastodon-like "authorize interaction" entrypoint) <Location /authorize_interaction> - ProxyPass http://127.0.0.1:8001/share + ProxyPass http://127.0.0.1:8001/authorize_interaction </Location> .Ed .Pp |