mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
4 lines
60 B
Text
4 lines
60 B
Text
|
|
if ($request_method !~ ^(GET|POST|HEAD)$) {
|
|
return 405;
|
|
}
|