Bitwarden nginx 502 + jwilder/nginx-proxy
See original GitHub issueHello everybody
I need help. I have set up bitwarden, and now comes a 502 error.
Do not see the mistake, have already tried different.
Thanks in advance.
config.yml
# Note: After making changes to this file you need to run the `rebuild` or `update`
# command for them to be applied.
#
# Full URL for accessing the installation from a browser. (Required)
url: https://host.xyz
#
# Auto-generate the `./docker/docker-compose.yml` config file.
# WARNING: Disabling generated config files can break future updates. You will be
# responsible for maintaining this config file.
# Template: https://github.com/bitwarden/server/blob/master/util/Setup/Templates/DockerCompose.hbs
generate_compose_config: true
#
# Auto-generate the `./nginx/default.conf` file.
# WARNING: Disabling generated config files can break future updates. You will be
# responsible for maintaining this config file.
# Template: https://github.com/bitwarden/server/blob/master/util/Setup/Templates/NginxConfig.hbs
generate_nginx_config: true
#
# Docker compose file port mapping for HTTP. Leave empty to remove the port mapping.
# Learn more: https://docs.docker.com/compose/compose-file/#ports
http_port: 8000
And here the docker-compose.override.yml file: docker-compose.override.yml
version: '3'
services:
nginx:
ports:
- 8000
environment:
- VIRTUAL_HOST=host.xyz
- VIRTUAL_PORT=8000
- VIRTUAL_PROTO=http
- LETSENCRYPT_HOST=host.xyz
- LETSENCRYPT_EMAIL=email
networks:
webproxy:
networks:
webproxy:
external:
name: nginx-proxy
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Bitwarden nginx 502 + jwilder/nginx-proxy
Hello everybody I need help. I have set up bitwarden, and now comes a 502 error. Do not see the mistake, have already...
Read more >Bitwarden nginx 502 + jwilder/nginx-proxy · Issue #549 - GitHub
Hello everybody I need help. I have set up bitwarden, and now comes a 502 error. Do not see the mistake, have already...
Read more >Bitwarden nginx 502 + jwilder/nginx-proxy - Reddit
Hello everybody I need help. I have set up bitwarden, and now comes a 502 error. Do not see the mistake, have already...
Read more >Setup Nginx reverse-proxy - docker - Stack Overflow
I am using jwilder/nginx-proxy which makes it very easy to add new ... The bitwarden developer suggested adjusting the reverse-proxy.
Read more >Vaultwarden gives 502 bad gateway nginx after reboot
Description of my issue. Bitwarden was randomly noty accepting my master password. Each time, the problem was fixed after a server reboot. After ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
rent a mini server now xD
Thats my config: