started adding more checks to the parser, some things settled, but mostly i have a lot more questions...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user