Closed moritzsternemann closed 1 year ago
Same here. Any solution?
I am still receiving this error, no matter what I do.
server { listen 80; server_name ebot.domain.tld; root /home/ebot/ebot-web/web/; index index.php;
location ~ ^/(index|frontend|frontend_dev|backend|backend_dev|admin).php$ { include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_pass unix:/var/run/php5-fpm.sock; }
location / { index index.php; try_files $uri /index.php?$args; } }
@iMoritz Did you resolve this? Can you share your config?
This is my (working) config: http://pastebin.com/suicQNVw
I have installed eBot-CSGO-Web on my CentOS-7 running nginx.. Now the problem is when I try to login from
/admin.php
I always getError - Page not found!
In my nginx log file I get the error:
PHP message: Empty module and/or action after parsing the URL "/admin.php/guard/login" (/)
My nginx.conf