gixy/tests/plugins/simply/alias_traversal/nested.conf

6 lines
78 B
Plaintext

location /files/ {
location /files/images {
alias /home/;
}
}