Skip to content
Snippets Groups Projects
Commit 5c2445df authored by Lars Beckers's avatar Lars Beckers
Browse files

rt: ensure cookies are set with secure attribute

parent 410b63b0
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ server {
server_name {{rt_webdomain}};
access_log /var/log/nginx/access.log;
proxy_cookie_path / "/; secure; HttpOnly";
location / {
fastcgi_param QUERY_STRING $query_string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment