You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webdav_1 | [Thu Jul 08 18:53:16.605133 2021] [auth_digest:error] [pid 38:tid 139699229092584] [client 192.168.176.1:38338] AH01786: uri mismatch - </calendar> does not match request-uri </>, referer: http://mydomain.com/calendar
I suppose it has something to do with the host header bc. Apache seems to get the uri /calendar from it.
The text was updated successfully, but these errors were encountered:
I want to use this container behind an Nginx server but I am not able to configure Nginx properly.
I have the following server block in Nginx:
and I adapted the docker-compose.yml file in the following way:
When I make a request to https://mydomain.com/calendar I always get following error:
webdav_1 | [Thu Jul 08 18:53:16.605133 2021] [auth_digest:error] [pid 38:tid 139699229092584] [client 192.168.176.1:38338] AH01786: uri mismatch - </calendar> does not match request-uri </>, referer: http://mydomain.com/calendar
I suppose it has something to do with the host header bc. Apache seems to get the uri /calendar from it.
The text was updated successfully, but these errors were encountered: