getting ready to pull
This commit is contained in:
@@ -10,8 +10,16 @@ server {
|
||||
# client_body_limit 400;
|
||||
|
||||
index index.html; # this is another comment
|
||||
root ./www/;
|
||||
root /website;
|
||||
|
||||
allow_methods GET;
|
||||
|
||||
|
||||
# ok in theory if one were to go to /test they would get the index in www
|
||||
# as opposed to the one in /website...
|
||||
location /test {
|
||||
root /www;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user