Unable to access WebDAV when Confluence is Behind Apache or Nginx Proxy

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.

Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Symptoms

Creating a webdav connection to Confluence works, but the folders show up as http://localhost:8080 instead of the proxy address.

Cause

See WBDV-195.

Resolution (Apache)

The webdav url will only work properly when using the following directive:

ProxyPreserveHost On

Resolution (Nginx)

The webdav url will only work properly when using the following directive:

proxy_set_header Host $host






























Last modified on Jan 6, 2025

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.