jan_dembowski

Location / NGINX

Jun 21st, 2012
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. location / {
  3. # First attempt to serve request as file, then
  4. # as directory, then fall back to index.php
  5. try_files $uri $uri/ /index.php;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment