Advertisement
Guest User

Untitled

a guest
Jul 17th, 2012
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. location ~ \.js$ {
  2. fastcgi_pass 127.0.0.1:9000;
  3. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  4. include fastcgi_params;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement