Sngine with update v2.5.10 support Nginx server all you need to do to make sure from all PHP Libs that need to be installed and enabled on your server like:
- mysqli
- mbstring
- curl
- GD Library
- allow_url_fopen (Runtime Configuration)
Also those PHP functions
- mail()
Then after download Sngine latest version from Codecanyon and unzip the Sngine zip file you will found Extra -> Server folder inside it you will found two 2 server folders for Nginx and IIS open Nginx folder and will found nginx.conf
That Contain all htaccess rules converted to Nginx server and all you need to do is to open your nginx.conf file on your server of your domain and if you don’t know how to get that file or where it’s, you will need to contact your server admin or your hosting support because it varies from server to server according to its configuration.
For example in our server we edit the nginx.conf that related to our domain we open it and inside the server block you will found location block
Just copy the rules from our file to your server file like this and restart your server.

Again, If you don’t know how to do it you will need to contact your server admin or your hosting support and will able to help you with it.
That’s It
Zamblek Team