infra/roles/private/files/johan/http.lldap.internal.simponic.xyz.conf

14 lines
269 B
Plaintext

server {
listen 80;
server_name lldap.internal.simponic.xyz;
location /.well-known/acme-challenge {
root /var/www/letsencrypt;
try_files $uri $uri/ =404;
}
location / {
rewrite ^ https://lldap.internal.simponic.xyz$request_uri? permanent;
}
}