Open AndrinS opened 8 years ago
I don't see anything strange here.
Try to remove:
location / {
try_files $uri $uri/ /index.php?$query_string;
}
This section is not needed here.
Sorry for not replying on this post. I still have the same issue after removing the part you mentioned.
Hi
I'm trying to get rainloop to work on my LEMP stack setup. I followed this how-to.
When I go to
mydomain.net/?admin
I get forwarded to.../mail/
and I get:Here my site.conf for nginx:
I already changed the php7.0-fpm.sock as you see.
Do I miss anything else?
Cheers