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 b0291a8 + 933125c commit 506f441
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .platform/nginx/conf.d/elasticbeanstalk/myconf.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
server {
client_max_body_size 20M;
listen 80;
server_name https://jurumarble.site;

location /events {
proxy_pass http://jurumarble-env.eba-dy66sjwx.ap-northeast-2.elasticbeanstalk.com/;
location / {
proxy_pass https://jurumarble.site; # 백엔드 서버의 주소
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_set_header Connection "keep-alive";
proxy_buffering off;
}
}
}

0 comments on commit 506f441

Please sign in to comment.