First working version

This commit is contained in:
2022-03-23 12:56:27 +00:00
parent 908fa16213
commit fa89a9b6f9
3 changed files with 33 additions and 0 deletions

6
default.conf Normal file
View File

@@ -0,0 +1,6 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
root /var/www/html;
}