-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
###NOT WORK
if ( $request ~* "my_log" ){ testcookie off; }
if ( $remote_addr = 111.11.11.111 ){
#return 308;
testcookie off;
}
###WORK
if ( $request ~* "my_log" ){ #testcookie off; }
if ( $remote_addr = 111.11.11.111 ){
#return 308;
#testcookie off;
}
testcookie off;
how testcookie off in IF... ?
Metadata
Metadata
Assignees
Labels
No labels