• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

nginx: 404 when using "location ~ /images {}" in config

Status
Not open for further replies.

linkchilla

Chevereto Member
Website URL
http://www.linkchilla.com

Chevereto version
3.10.1

Description of the issue
Hi,..

the pages:

"Dashboard" -> "Images"
"Dashboard" -> "Settings" -> "External storage" -> "search content"

#/dashboard/images
#/search/images/?q=storage:local
#/search/images/?q=storage:external

give me all a 404 from nginx, when i use the configuration from the docs:

#Force serve upload path as static content
location ~ /images {
}

Without this, it seems to work fine. Any drawbacks, not using this or
maybe a better way to keep it secure?

$nginx -v
nginx version: nginx/1.12.1

Thanks

Stefan
 
I use the same configuration in demo and works fine. If you edited it or something you have to fit it in your additional settings.

That thing forces that /images gets served static, nothing else.
 
Status
Not open for further replies.
Back
Top