a few small fixes here and there, more telnet tests, starting Siege load testing
This commit is contained in:
@@ -63,8 +63,12 @@ server {
|
||||
root ./www/test/;
|
||||
}
|
||||
|
||||
location /stylesheet {
|
||||
root ./stylesheet/;
|
||||
}
|
||||
|
||||
location /test/index1.html {
|
||||
root ./www/test/;
|
||||
root ./www/test/index1.html;
|
||||
index index1.html subdex.html;
|
||||
}
|
||||
|
||||
@@ -72,14 +76,9 @@ server {
|
||||
redirect 301 https://berniesanders.com/404/;
|
||||
}
|
||||
|
||||
location /stylesheet/ {
|
||||
# root ./www/../;
|
||||
root ./styelsheet/;
|
||||
}
|
||||
|
||||
location /test/something.html {
|
||||
# allow_methods DELETE;
|
||||
root ./www/test/;
|
||||
root ./www/test/something.html;
|
||||
}
|
||||
|
||||
location /test/test_deeper/ {
|
||||
|
||||
Reference in New Issue
Block a user