changed nginx config

This commit is contained in:
2026-05-06 19:12:24 +02:00
parent 337bdb1a1d
commit 6d475513fe
2 changed files with 16 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
http {
include mime.types;
server {
listen 80;
root /usr/share/nginx/html;
location / {
/usr/share/nginx/html;
}
}
}
event {}