Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Diary-workout-tracker/diary-work…
Browse files Browse the repository at this point in the history
…out-tracker-backend into develop
  • Loading branch information
VladislavYar committed Jun 13, 2024
2 parents dc2f7f3 + 2d6187f commit f887e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen 80;
client_max_body_size 50M;

location /api/ {
proxy_set_header Host $http_host;
Expand All @@ -17,7 +18,7 @@ server {
}

location / {
try_files $uri &uri/ /index.html;
try_files $uri = 404;
}

}

0 comments on commit f887e62

Please sign in to comment.