"Samesite=none; secure" and cookies for nginx reverse proxy - perhaps place information in docs #3012
Unanswered
SinanGabel
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Hi @SinanGabel , this looks like a request for us to improve our nginx reverse proxy documentation. Would you be willing to submit a pull request for that over at https://github.com/apache/couchdb-documentation ? If you're new to Git or to our documentation format, we're happy to walk you through the steps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some background on samesite
Current couchdb documentation on nginx reverse proxy
A possible solution for couchdb behind an nginx reverse proxy:
(1) simply add the following line above the "location" nginx context within the "server" nginx context:
proxy_cookie_path / "/; HTTPOnly; Secure";
(2) In the local.ini configuration file set:
Beta Was this translation helpful? Give feedback.
All reactions