I've successfully configured a new install of PHPIpam on a Centos 7 box with the following packages:
Nginx
PHP 7.1
MariaDB 10.2
I have tried to use the generic Nginx configuration supplied on the documentation but I simply got a blank page with no errors reported.
I have managed to get it working by specifying the fastcgi_param but unfortunately, I am unable to log in. The web UI says the login was successful, I get the spinning icon then the page just refreshes to the login page again.
I'm pretty confident this will be an issue with the Nginx configuration and was wondering if you could please advise?
Hi there,
I've successfully configured a new install of PHPIpam on a Centos 7 box with the following packages: Nginx PHP 7.1 MariaDB 10.2
I have tried to use the generic Nginx configuration supplied on the documentation but I simply got a blank page with no errors reported.
I have managed to get it working by specifying the fastcgi_param but unfortunately, I am unable to log in. The web UI says the login was successful, I get the spinning icon then the page just refreshes to the login page again.
I'm pretty confident this will be an issue with the Nginx configuration and was wondering if you could please advise?
Here's my vhost configuration:
If you could please help that would be fantastic!