Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Apr 30, 2024
2 parents 506f441 + 9f8ac5d commit 50ee729
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .platform/nginx/conf.d/elasticbeanstalk/myconf.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
server {
listen 80;
server_name https://jurumarble.site;

location / {
proxy_pass https://jurumarble.site; # 백엔드 서버의 주소
proxy_http_version 1.1;
proxy_set_header Connection "keep-alive";
proxy_buffering off;
}
}
client_max_body_size 20M;

0 comments on commit 50ee729

Please sign in to comment.