no need for a rewrite

This commit is contained in:
Francis 2021-09-23 20:16:56 +02:00
parent ba1fc1fa3e
commit 019e406a0f
No known key found for this signature in database
GPG Key ID: 071BEA4C2B10077C
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ server {
listen 80;
location /api {
rewrite /api/(.*) /$1 break;
proxy_pass http://localhost:8080;
}