First commit

This commit is contained in:
2025-10-09 08:26:53 +02:00
commit b539901292
34 changed files with 747 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
server {
listen 80;
server_name localhost;
location / {
root /usr/share/nginx/html;
autoindex on;
}
}