matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
Nginx conf: Wrong SSL directory
Given the following configuration: External nginx with disabled docker nginx. Domain and matrix.xy subdomain run on the same server with the same nginx. Certificates are managed by certbot.
The documentation states to use the created .conf files in nginx.
Problem is just the configuration uses the path /matrix/ssl/config/live/. Moving the ssl files and changing the path with certbot --config-dir /matrix/ssl/config/ won't be enough, because certbot simplifies the certificate.
The folder with the subdomain element.xy doesn't exist. There is only a certificate for xy.
So, the .conf configuration has to get changed manually.
A minor issue.