phase 16: nginx-unprivileged on 8080, helm dashboard deployment

This commit is contained in:
Celes Renata
2026-04-11 16:37:59 -07:00
parent 1fcb79503e
commit 59da3fe89e
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;
server_name _;
root /usr/share/nginx/html;
index index.html;