This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
mcp
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
4
Wiki
Activity
OpenSource CLI-App to install and handle stuff related to Web-Server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76
Commits
4
Branches
456 KiB
PHP
91%
HTML
7.8%
Shell
1.2%
Tree:
5f45a5b02b
master
release/0.1
release/0.2
release/0.3
0.3
0.2
0.1-Alpha
0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5f45a5b02b'
${ noResults }
mcp
/
resources
/
nginx
/
snippets
/
deny.conf
6 lines
95 B
Raw
Blame
History
# deny hidden files
location ~ /\. {
access_log off;
log_not_found off;
deny all;
}