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 28, 2024
1 parent d2a34ba commit 8c35d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

server {
listen 80;
server_name "";
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 8c35d94

Please sign in to comment.