Franziska Kunsmann
a0702416a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
8 lines
342 B
Text
8 lines
342 B
Text
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;
|
|
}
|