1
0
Fork 0
forked from exozyme/nginx

Rename exozyme API from /new/ to /api/

This commit is contained in:
Anthony Wang 2022-02-02 18:17:07 -06:00
parent eeec872eda
commit 635f84ddb0
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -31,7 +31,7 @@ server {
return 301 https://social.exozy.me$request_uri;
}
location /new/ {
location /api/ {
proxy_pass http://localhost:1337;
}