Skip to content

Commit

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

server {
listen 80;
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 2e3a075

Please sign in to comment.