redirect loop due to non standard path handling

Created on 18 October 2021, about 3 years ago
Updated 13 September 2023, about 1 year ago

Problem/Motivation

After clean install and vhost from nginx.org example ht path handling does not work.
At leas not behind a transparent proxy.

Steps to reproduce

Download and install rocketship distribution.
Configure it to be behind a transparent nginx or caddy proxy.

Proposed resolution

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.

Remaining tasks

Better implement it directly in imagecache

User interface changes

none

API changes

none

Data model changes

🐛 Bug report
Status

Closed: cannot reproduce

Version

2.0

Component

Documentation

Created by

🇳🇱Netherlands florisg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024