smart proxy: disable temporarily
This commit is contained in:
parent
5db44e68e9
commit
b9d662fbdf
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class ProxyAutomation(TerraformAutomation):
|
||||||
if ($arg_redirect = "false") {
|
if ($arg_redirect = "false") {
|
||||||
set $redirect_test 0;
|
set $redirect_test 0;
|
||||||
}
|
}
|
||||||
if ($redirect_test = 1) {
|
if ($redirect_test = 2) {
|
||||||
rewrite ^ https://{{ origin.domain_name }}$request_uri? break;
|
rewrite ^ https://{{ origin.domain_name }}$request_uri? break;
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue