mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
5 lines
No EOL
110 B
Text
5 lines
No EOL
110 B
Text
{% if ALLOWED_METHODS != "" +%}
|
|
if ($request_method !~ ^({{ ALLOWED_METHODS }})$) {
|
|
return 405;
|
|
}
|
|
{% endif %} |