Skip to content

11.0.8

Compare
Choose a tag to compare
@dvesh3 dvesh3 released this 31 Aug 12:01

https://github.com/pimcore/pimcore/milestone/213?closed=1

Notice

  • Nginx config has been updated to fix the webDAV assets access issue. Please update your project config with below changes:

Old:

# Assets
....
location ~* ^(?!/admin)(.+?)....

New:

# Assets
....
location ~* ^(?!/admin|/asset/webdav)(.+?)....