Skip to content

Commit

Permalink
build : update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyo03 authored Nov 5, 2024
1 parent 29167df commit b5eed54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http {
# 서버 설정
server {
listen 3000;
server_name https://pocket4cut.link/ localhost;
server_name pocket4cut.link localhost;

location / {
try_files $uri /index.html;
Expand Down

0 comments on commit b5eed54

Please sign in to comment.