- 🇧🇪Belgium weseze
Closing because of lack of feedback. Feel free to reopen if there is more feedback.
After clean install and vhost from nginx.org example ht path handling does not work.
At leas not behind a transparent proxy.
Download and install
rocketship →
distribution.
Configure it to be behind a transparent nginx or caddy proxy.
add special image location handler in the nginx vhost
Add the following codeblock between image handling and private files.
location ~ ^/drimage/ {
try_files $uri /index.php?$query_string;
}
reload nginx config.
Better implement it directly in imagecache
none
none
Closed: cannot reproduce
2.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing because of lack of feedback. Feel free to reopen if there is more feedback.