small fixes
This commit is contained in:
parent
879bff808a
commit
21373eed25
2 changed files with 5 additions and 6 deletions
|
|
@ -12,6 +12,5 @@
|
|||
|
||||
reverse_proxy unix//var/run/cozybot/socket
|
||||
'';
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
@commitAnonymous {
|
||||
path /*/*/src/commit*
|
||||
not header_regexp Cookie "(^|;\s*)session=[^;]*"
|
||||
not header_regexp Cookie "(^|;\s*)session=[^;]+(?:;|$)"
|
||||
}
|
||||
|
||||
redir @commitAnonymous /user/login?redirect_to={uri} 302
|
||||
|
|
|
|||
Loading…
Reference in a new issue