• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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