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
Normal View
History
Unescape
Escape
HTTP deployment commit, see entire commit
2020-12-18 20:50:42 +00:00
location / {
Follow FHS for nginx and it's modules
2020-12-29 19:37:53 +00:00
root /usr/share/redxen/homepage;
HTTP deployment commit, see entire commit
2020-12-18 20:50:42 +00:00
autoindex on;
limit_except GET HEAD {
deny all;
}
}