1👍
✅
Found the answer from the author of Review Board. The trick is to add
Options FollowSymlinks
in the <Location>
tag that points to the media
directory, because that directory contains symbolic links.
More detail is in this post:
http://groups.google.com/group/reviewboard/browse_thread/thread/6fac4d0041237f15/
1👍
You need to grant access to /data/www/reviewboard/htdocs
<Directory "/data/www/reviewboard/htdocs">
Order allow,deny
Allow from *
AllowOverride All
</Directory>
- [Answered ]-How to use nginx with docker as a reverse proxy
- [Answered ]-Installing Pillow FreeType Support in Django VirtualEnv
- [Answered ]-Access current page from inside a block, inside a StreamField
Source:stackexchange.com