Jump to content

Exact

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Exact

  1. Is there a good tutorial about setting up bitwarden with swag as reverse proxy?

     

    I am trying to reach my bitwarden ui using subfolders like "/bitwarden". The html page loads but not the rest of the resources triggered to be loaded by the html page?

     

    This is my nginx config

    location /bitwarden {
      proxy_pass http://mylocalip:4743/;
      proxy_set_header Host $host;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_set_header X-Forwarded-Proto $scheme;
    
    }

     

×
×
  • Create New...