forked from exozyme/nginx
1
0
Fork 0

Discontinue the exozyme API

This commit is contained in:
Anthony Wang 2022-06-25 18:35:29 -05:00
parent 54a587ee16
commit bdd9c3f916
Signed by untrusted user: a
GPG Key ID: BC96B00AEC5F2D76

View File

@ -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;
}