Skip to content

Commit

Permalink
hotfix: hide port
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Jun 27, 2024
1 parent 4e82585 commit 1cbdf0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

server {
listen 80;
root /usr/share/nginx/html;
index index.html index.html;
server_name waggle-pet.com;
location / {
root /usr/share/nginx/html;
index index.html index.html;
try_files $uri $uri/ /index.html;

proxy_pass http://localhost:3001;
}

}

0 comments on commit 1cbdf0c

Please sign in to comment.