This commit is contained in:
Bastian Wagner
2026-07-15 16:03:49 +02:00
parent d51d915c74
commit 9cd8891769
8 changed files with 19 additions and 50 deletions

View File

@@ -26,24 +26,8 @@ server {
proxy_pass http://127.0.0.1:3000;
}
location /auth/ {
proxy_pass http://127.0.0.1:3000;
}
location /account/ {
proxy_pass http://127.0.0.1:3000;
}
location /admin/ {
proxy_pass http://127.0.0.1:3000;
}
location /password/ {
proxy_pass http://127.0.0.1:3000;
}
location /registration/ {
proxy_pass http://127.0.0.1:3000;
location /api/ {
proxy_pass http://127.0.0.1:3000/;
}
location / {