Menu Admin Fuel CMS loading

Hello,
I have install Fuel CMS on fuel.anggitpuguh.my.id. I used **NGINX ** for Web server.
The problem is, the admin menu on my website when clicked appears loading doesn't stop (screenshot https://prnt.sc/Blczt-zLWbHE ). Do you have any suggestions?

application/config/config.php
$config['base_url'] = 'http://fuel.anggitpuguh.my.id';
$config['index_page'] = 'index.php?';
$config['encryption_key'] = 'My encryption key';
$config['sess_save_path'] = NULL;

application/config/MY_fuel.php
$config['admin_enabled'] = TRUE;
$config['fuel_mode'] = 'AUTO';

Do you have suggestions so i can use url http://fuel.anggitpuguh.my.id/fuel for url admin ?

thanks

Comments

Sign In or Register to comment.