Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavYar authored Jun 6, 2024
1 parent 40392ee commit ad2f9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 80;
client_max_body_size 150M;
client_max_body_size 500M;

location /api/ {
proxy_set_header Host $http_host;
Expand Down

0 comments on commit ad2f9a9

Please sign in to comment.