location picker works, needs to be tested more tho
This commit is contained in:
@@ -13,8 +13,19 @@ server {
|
||||
|
||||
root ./www/;
|
||||
|
||||
error_page 404 ./www/error_pages/error_404.html;
|
||||
|
||||
|
||||
location /test {
|
||||
index index1.html;
|
||||
index index1.html subdex.html;
|
||||
}
|
||||
|
||||
location /test/index1.html {
|
||||
index index1.html subdex.html;
|
||||
}
|
||||
|
||||
location /hilarious_404/ {
|
||||
redirect 301 https://berniesanders.com/404/;
|
||||
}
|
||||
|
||||
# /stylesheet/ alone doesn't work, i mean we don't have wildcards...
|
||||
|
||||
Reference in New Issue
Block a user