Skip to content

Commit

Permalink
fix(ci/cd): Correct conf nginx about the listen port
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed May 16, 2024
1 parent df9480b commit 0872e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 5173;
listen 3000;
resolver 8.8.8.8;
location / {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 0872e74

Please sign in to comment.