vouch-proxy
vouch-proxy copied to clipboard
Nginx Proxy Manager ?
Hello, i was wondering if someone got vouch proxy working together with nginx proxy manager, my first attempts to get it running failed, could someone who has it running make a small guide for me?
both nginxproxymanager and vouch proxy have their own docker compose file inside a debian VM (on truenas)
i was copying this example :
`server { listen 443 ssl http2; server_name vouch.domain.org; ssl_certificate /etc/letsencrypt/live/vouch.domain.org/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/vouch.domain.org/privkey.pem;
location / {
proxy_pass http://127.0.0.1:9090;
# be sure to pass the original host header
proxy_set_header Host $http_host;
}
}`
inside the advanced configuration of the vouch.domain.org proxy host, but i get an SSL error, no ssl cert was found