Replies: 2 comments
-
|
I would suggest to checkout the wiki examples for one: https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples But items which i see are known to causes issues is at least the You also have a few
Further, ModSecurity tends to break a lot of other items also, so use that at your own risk. Add this outside of the map $http_upgrade $connection_upgrade {
default upgrade;
'' "";
}Add this inside the proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade; |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, I added ModSecurity because i have the vault exposed on Internet... Only found 3 false positive so far... One last question, do i need the following part? Based on your suggestion the new nginx conf should be like: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently using Vualtwarden 1.29.2-bc26bfa5 and Nginx wihtout any problem, just saw the v1.30 notice and not quite clear what changes i need on my nginx proxy configuration.
Could some one help on this?
Actual nginx conf:
Beta Was this translation helpful? Give feedback.
All reactions