Their are not Documents for Setup NginX rewrite Template... please make a Template for NginX Server.
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.
I've try but Not Working on VestaCP + HestiaCP... :( :( :(
Hi, you could just use a "htaccess to nginx converter" It's not an official config then, but better than nothing.
I've already converted but page breaking, and menu not working... - - https://dev.kholifa.com/
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; } }
i've used hestiaCP with nginX+php-FPM
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; } }
I've used vestaCP, this template not working...
To do this, you must log in to your account.
Login Create AccountErtuğrul Turan
10/11/2023 - 15:14
Kholifa Network
15/11/2023 - 13:28
Christian Krenn Developer
05/06/2022 - 11:59
Kholifa Network
06/06/2022 - 00:29
Christian Krenn Developer
07/06/2022 - 13:46
Kholifa Network
07/06/2022 - 13:48
Agon Hosting
22/02/2023 - 02:08
Kholifa Network
25/07/2022 - 11:54