Files
VulnRange/Ranges/Nginx/dir-through/configuration/error2.conf
wintrysec 173dbc4ab5 🎉VulnRange
2020-09-21 23:19:59 +08:00

15 lines
158 B
Plaintext

server {
listen 8081;
root /usr/share/nginx/html;
index index.html;
server_name _;
autoindex on;
location /files {
alias /home/;
}
}