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 0982909 + d67ce45 commit b0291a8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .platform/nginx/conf.d/elasticbeanstalk/myconf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ server {
client_max_body_size 20M;

location /events {
proxy_pass https://_cab2fb4829a72481548a6a12aec31c84.jurumarble.site;
proxy_pass http://jurumarble-env.eba-dy66sjwx.ap-northeast-2.elasticbeanstalk.com/;
proxy_http_version 1.1;
proxy_set_header Connection "keep-alive";
proxy_set_header Connection "";
proxy_buffering off;
proxy_ssl_server_name on;

proxy_connect_timeout 60s;
proxy_send_timeout 60s;
proxy_read_timeout 60s;
}
}

0 comments on commit b0291a8

Please sign in to comment.