Their are not Documents for Setup NginX rewrite Template... please make a Template for NginX Server.
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
To do this, you must log in to your account.
Login Create AccountChristian 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