diff --git a/exozyme.conf b/exozyme.conf index 22de3f2..d3d0e9a 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -31,7 +31,7 @@ server { return 301 https://social.exozy.me$request_uri; } - location /new/ { + location /api/ { proxy_pass http://localhost:1337; }