add the following location to /etc/nginx/app.d/server.webstation-vhost.conf
location / { try_files $uri $uri/ /index.php?$query_string; }
and restart nginx by sudo nginx -s reload
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community