Skip to content

Commit 4d6932e

Browse files
authored
Fix Grammar Issues
1 parent 5584640 commit 4d6932e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/snippets/installation-pre-reqs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Postiz marks it's login cookies as Secure, this is called “secure context” i
1010

1111
If you want to use an secure Login Process, you need to set up an Certificate, which can be done via Reverse Proxy like Caddy or Nginx.
1212

13-
If you are not able to use an Certificate (https), then you need to add this Enviroment Variable to the .env File.
13+
If you cannot use a certificate (HTTPS), add the following environment variable to your `.env` file:
1414
`NOT_SECURED=true`
15+
**Security Warning**: Setting `NOT_SECURED=true` disables secure cookie requirements. This should only be used in development environments or when you fully understand the security implications. Not recommended for production use.
1516

1617
#### Network Ports
1718

0 commit comments

Comments
 (0)