Skip to content

Commit

Permalink
chore; set nginx configuration listening port to the same as exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort authored Dec 21, 2023
1 parent 3cb7916 commit d3339ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin-ui/configuration/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
server_tokens off;

server {
listen 8080;
listen 80;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri /index.html;
}
}
}

0 comments on commit d3339ea

Please sign in to comment.