Bug report: nginx < apache+mod_svn

Had an odd bug running nginx with versions 0.7.26 & 0.7.35 while
proxying through to apache+mod_svn. SVN clients were returning the
following:

|svn: REPORT request failed on ‘/repo/!svn/vcc/default’
svn: REPORT of ‘/repo/!svn/vcc/default’: 200 OK
(http://our.reposerver.tld)

The 200 OK led me to check what nginx was doing, and I saw the following
error:
||
|open() “/etc/nginx/proxy_temp/0/00/0000000000” failed (13: Permission
denied)
while reading upstream, …

|The folder “0/00” was none existant… not sure why though. Restarts
didn’t help, but clearing out the proxy_temp directory did.
|