catching up changes to jenkins role

This commit is contained in:
ben 2023-05-01 00:54:19 +02:00
parent 5c7506bb3e
commit 820a6da7ba
1 changed files with 3 additions and 0 deletions
roles/jenkins/templates

View File

@ -8,10 +8,13 @@ server {
# listen [::]:443 ssl;
include listen-proxy-protocol.conf;
include /etc/nginx/authelia_internal.conf;
server_name {{ apt_url }};
root /var/www/{{ apt_url }};
location / {
include /etc/nginx/require_auth.conf;
index index.html index.htm;
autoindex on;
autoindex_exact_size off;