Advertisement
felixcool

/etc/nginx/my sites-available/99blogger.com

Jan 3rd, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # WPSINGLE FAST CGI NGINX CONFIGURATION
  2.  
  3. server {
  4.  
  5. server_name 99blogger.com www.99blogger.com;
  6.  
  7. access_log /var/log/nginx/99blogger.com.access.log rt_cache;
  8. error_log /var/log/nginx/99blogger.com.error.log;
  9.  
  10. root /var/www/99blogger.com/htdocs;
  11. index index.php index.htm index.html;
  12.  
  13. include common/wpfc.conf;
  14. include common/wpcommon.conf;
  15. include common/locations.conf;
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement