mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 18:59:21 -07:00
Updated Proxy examples (markdown)
@@ -201,6 +201,7 @@ server {
|
|||||||
|
|
||||||
## Using a Sub Path Config
|
## Using a Sub Path Config
|
||||||
# Path to the root of your installation
|
# Path to the root of your installation
|
||||||
|
# Be sure to add the trailing /, else you could have issues
|
||||||
location /vault/ {
|
location /vault/ {
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user