ryanbentley
Results
2
comments of
ryanbentley
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;...
@iMoritz Did you resolve this? Can you share your config?