8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
error_page {{ CODE }} {{ PAGE }};
|
|
|
|
location = {{ PAGE }} {
|
|
root {{ ROOT_FOLDER }};
|
|
modsecurity off;
|
|
internal;
|
|
}
|