Jump to content

[Nginx] no acp redirect after login


cmer

Recommended Posts

Hello,

 

I install nginx, it works well for the forum and SEO url redirection.

The problem is that i can not connect to admin acp after enter my crenditial, I remain blocked on the authentication page and i'm not redirected to admin interface 😞

 

image.thumb.png.1061bafb45bd6eaaf35e7774e5d91d81.png

 

My nginx configuration:

location / {
        try_files    $uri $uri/ /index.php?$args;
        
	}


location ~ ^/realadmin/.+\.php$ {
        include /opt/docker/etc/nginx/vhost.common.d/10-php.conf;
        fastcgi_pass    php;
    }

 

Someone can help me please ?

Thank you.

Link to comment
Share on other sites

After login i remain blocked on the login page with the url:

 

https://dev.xxxxx.com/realadmin/?adsess=5k05ird4tm1p5kklhn1n3i4qkd&app=core&module=system&controller=login&error=NO_COOKIE&ref=YWRzZXNzPTVrMDVpcmQ0dG0xcDVra2xobjFuM2k0cWtkJg==

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...