Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. location / {
  2. root /usr/share/nginx/html;
  3. index index.html index.htm;
  4. rewrite ^/(.*)$ /$1 last;
  5. }
  6.  
  7. $ ls /usr/share/nginx/html/
  8. a.html
  9.  
  10. error.log
  11. rewrite or internal redirection cycle while processing "/a.html"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement