• 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.

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