Skip to content

Commit

Permalink
chore: nginx test
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jul 17, 2024
1 parent 5992115 commit 5eeb31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ services:
- TZ=Asia/Seoul
network_mode: host
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./nginx/default.conf:/etc/nginx/conf.d/elasticbeanstalk-nginx-docker-upstream.conf
2 changes: 1 addition & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 5000;
listen 80;
server_name walwal.life;

location / {
Expand Down

0 comments on commit 5eeb31b

Please sign in to comment.