Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
LeRoman committed Feb 2, 2025
1 parent 2a662b6 commit 7780741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ http {
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;


location /register/ {
location /api/ {
# rewrite ^/api(.*)$ $1 break;
proxy_pass http://web_api:8080/api/;


}

location / {
Expand Down

0 comments on commit 7780741

Please sign in to comment.