This commit is contained in:
2026-02-18 19:31:47 +01:00
parent c3d1dcab4c
commit 658a70f3ac
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;
server_name localhost;
root /usr/share/nginx/html;
index index.html;