still working on integrating the config file stuff
This commit is contained in:
16
default.config
Normal file
16
default.config
Normal file
@@ -0,0 +1,16 @@
|
||||
server {
|
||||
|
||||
server_name our_server;
|
||||
|
||||
listen 0.0.0.0:80;
|
||||
|
||||
|
||||
index index.html;
|
||||
root ./www/;
|
||||
|
||||
allow_methods GET;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user