Skip to content

nginx-1.20.2 NOT WORK #80

@cshost1

Description

@cshost1

###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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions