I have configured 2 website (wordpress and laravel v4) on digitalocean droplet - nginx/1.4.6 (Ubuntu).
Both of the websites normal work very good, quick.
But at the time of any data save in laravel website, it throug...
On nginx server I ran following command on terminal
sudo chown -R user:user /var/www/example.com/public_html
Now after that I started facing 504 Gateway Time-out Error. I have to restart php5-fpm again and again aft...
My website (http://www.megashare-viooz.eu/) is configured on nginx/1.4.6 (Ubuntu).
It's all pages are throwing 404 error, except home page and wordpress admin area.
Here is my virtual host config file
```
server {
...