first Pivivlion config and scripts

This commit is contained in:
Vedran 2016-11-25 19:02:28 +01:00
parent e046535f8c
commit 1599a2b753
61 changed files with 7014 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# disable php exec #
$HTTP["url"] =~ "^/ul/upload0911/uploads" {
fastcgi.server = ()
}
# disable php excec 2#
$HTTP["url"] =~ "^/ul/sfpg/images" {
fastcgi.server = ()
}
# disable url post
#$HTTP["request-method"] =~ "^(PUT|POST|HEAD|PATCH|DELETE)$" {
# url.access-deny = ("")
#}