Bir fikriniz yada öneriniz mi var?

Topluluğa bir özellik, fikir yada öneri paylaşın.

Bir Talep Oluştur

NginX Template

Dikkate Alındı Kholifa Network 31/05/2022 - 18:40

Their are not Documents for Setup NginX rewrite Template... please make a Template for NginX Server.

Yorumlar (8)

Yorum Gönder
Simya Yazilim Sanayi Ticaret Limited Sirketi

10/11/2023 - 15:14

Hi,
Worker Config: https://gist.github.com/ertugrulturan/5216d83d21cd09547286f909d80e3127
The necessary configurations have been made on the config and it works without errors with this nginx config on the cloudpanel.

Cevapla
Kholifa Network

15/11/2023 - 13:28

I've try but Not Working on VestaCP + HestiaCP... :( :( :(

Cevapla

Hi,
you could just use a "htaccess to nginx converter"

It's not an official config then, but better than nothing.

Cevapla
Kholifa Network

06/06/2022 - 00:29

I've already converted but page breaking, and menu not working... - - https://dev.kholifa.com/

Cevapla

Hi,

hard to tell what's wrong with your config without knowing your config.

But I would assume you need to add the following

location / {
if (!-e $request_filename){
rewrite ^/([0-9a-zA-Z-_/.]+)$ /index.php?route=$1 break;
}
}

Cevapla
Kholifa Network

07/06/2022 - 13:48

i've used hestiaCP with nginX+php-FPM

Cevapla
Agon Hosting

22/02/2023 - 02:08

We are using this for the nginx config and it works:

location / {
if (!-e $request_filename){
rewrite ^/([0-9a-zA-Z-_/.]+)$ /index.php?route=$1 last;
}
}

Cevapla
Kholifa Network

25/07/2022 - 11:54

I've used vestaCP, this template not working...

Cevapla

Bir Sorunuz mu Var?

Bize yazmaktan çekinmeyin. En kısa sürede yanıt göndereceğiz.
Bize Ulaşın.
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top