mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
# 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 = ("")
|
|
#}
|