First Commit

This commit is contained in:
Benjamin Toby
2024-11-05 12:12:42 +01:00
commit 09ae0dd3fe
1078 changed files with 138432 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
server {
listen 80;
listen [::]:80;
server_name localhost;
root /static;
}