bundlewrap/data/nginx/files/extras/htz.ex42-1048908/dav.kunsmann.eu
Franzi a0702416a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/radicale: introduce
2020-10-23 15:22:35 +02:00

9 lines
342 B
Plaintext

location / {
proxy_pass http://[::1]:22050;
proxy_set_header X-Script-Name /;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Remote-User $remote_user;
auth_basic "Radicale";
auth_basic_user_file /etc/radicale/htpasswd;
}