Skip to content

Commit fc80abc

Browse files
committed
๐Ÿ› FIX: nginx.conf์˜ server_name ์ˆ˜์ •
1 parent 4a65833 commit fc80abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

โ€Žnginx/nginx.confโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
22
listen 80;
3-
server_name localhost; # ์„œ๋ฒ„ ๋„๋ฉ”์ธ ์ด๋ฆ„
3+
server_name ec2-43-201-8-153.ap-northeast-2.compute.amazonaws.com; # ์„œ๋ฒ„ ๋„๋ฉ”์ธ ์ด๋ฆ„
44

55
# ์ •์  ํŒŒ์ผ ์ฒ˜๋ฆฌ ์„ค์ •
66
location /static/ {

0 commit comments

Comments
ย (0)