aports/config/nginx/modules/homepage.conf

8 lines
167 B
Plaintext
Raw Normal View History

location / {
2020-12-29 19:37:53 +00:00
root /usr/share/redxen/homepage;
autoindex on;
limit_except GET HEAD {
deny all;
}
}