started adding more checks to the parser, some things settled, but mostly i have a lot more questions...

This commit is contained in:
Me
2022-07-31 04:20:04 +02:00
parent e5c2869172
commit 0cb49ffa5e
8 changed files with 205 additions and 159 deletions

View File

@@ -6,6 +6,7 @@ server {
listen 0.0.0.0:4040;
client_body_limit asdfa;
index index.html; # this is another comment
root ./www/;
@@ -13,17 +14,3 @@ server {
allow_methods GET;
}
server {
# this is a comment
server_name our_server;
listen 0.0.0.0:4047;
index index.html; # this is another comment
root ./www/;
allow_methods GET;
}