This website requires JavaScript.
Explore
Help
Sign In
RedXen
/
aports
Watch
1
Star
0
Fork
You've already forked aports
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2fc29a3f34
aports
/
configs
/
nginx
/
modules
/
homepage.conf
8 lines
167 B
Plaintext
Raw
Blame
History
location / {
root /usr/share/redxen/homepage;
autoindex on;
limit_except GET HEAD {
deny all;
}
}
Reference in New Issue
View Git Blame
Copy Permalink