simplify changing attributes + document it

This commit is contained in:
2026-09-02 14:18:53 +05:30
parent d079193194
commit 28132dfd66
4 changed files with 12 additions and 1 deletions
+7
View File
@@ -10,6 +10,13 @@ this serves a nginx server on port 8443
127.0.0.1 website.com a.website.com b.website.com sub.a.website.com
```
to add attributes, modify the file `cookieattr`
```
# cookieattr
set $cookie_attr 'Secure; Domain=a.host.com; HttpOnly;';
```
note that the `;` at the end is the line terminator for nginx config and is necessary
next, install `just` for your system. take a look at <https://just.systems> if unsure how
get `podman` too while you're at it. you don't have `openssl`? what insane operating system are you on? get openssl too.