• 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

please heep me solve the issue!

Status
Not open for further replies.

ttbt

Chevereto Member
1.png
2.png


hello, mysite has a big issue

the installation go well, but when I upload a pic , it will be above the page, can you help me ?

mysite
i.imgwe.com
you can try to upload a file.
 
You need to add the nginx rewrite rule.

Code:
location / {
    try_files $uri $uri/ /index.php?$query_string;
}
 
I didn't even find "nginx" as a service running in your server, nor the scripts to start/re-start the server are present. Unfortunately I'm not familiar with this LuManager that you are using but far as I can tell the thing is working properly. Maybe the system re-loaded the conf file and everything is working fine now.
 
Status
Not open for further replies.
Back
Top