Advertisement
Guest User

main site

a guest
Apr 17th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. server {
  2. server_name *.freshpolls.net;
  3. root /home/public_html/freshpolls.net;
  4. access_log /home/public_html/freshpolls.net/log/access.log;
  5. error_log /home/public_html/freshpolls.net/log/error.log;
  6.  
  7. if ($http_host != "freshpolls.net") {
  8. rewrite ^ http://freshpolls.net$request_uri permanent;
  9. }
  10.  
  11. include global/restrictions.conf;
  12.  
  13. # Additional rules go here.
  14.  
  15. # Only include one of the files below.
  16. # include global/wordpress.conf;
  17. include global/wordpress-ms-subdir.conf;
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement