still working on integrating the config file stuff

This commit is contained in:
Me
2022-07-25 21:00:04 +02:00
parent b9ccf09089
commit 35ac55b5e8
9 changed files with 142 additions and 36 deletions

16
default.config Normal file
View File

@@ -0,0 +1,16 @@
server {
server_name our_server;
listen 0.0.0.0:80;
index index.html;
root ./www/;
allow_methods GET;
}