Viewing 1 replies (of 1 total)
  • Thread Starter Tony Franco

    (@tony-franco)

    Hello!

    Found the solution:

    At configuration of nginx, change:

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

    to:

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

    Returned to work!

    Thanks and Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Membership checkout at Nginx’ is closed to new replies.