Advertisement
aoktox

nginx conf laravel

Oct 13th, 2015
2,621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.09 KB | None | 0 0
  1. location / {
  2.     index index.php;
  3.     try_files $uri $uri/ /index.php?$query_string;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement