bundles/radicale: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d76f69ab49
commit
a0702416a0
8 changed files with 112 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
location / {
|
||||
proxy_pass http://localhost:5232/;
|
||||
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 "bleps :o";
|
||||
auth_basic "Radicale";
|
||||
auth_basic_user_file /etc/radicale/htpasswd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue