diff --git a/exozyme.conf b/exozyme.conf index c8827d7..cea231a 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -31,10 +31,6 @@ server { return 301 https://social.exozy.me$request_uri; } - location /api/ { - proxy_pass http://localhost:1337; - } - location / { try_files $uri $uri.html $uri/ =404; }