Rallias

Untitled

Apr 13th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. server {
  2. server_name www.rallias.com www.ubernerd.rallias.com www.ubernerd.us;
  3. root /var/www/wordpress;
  4. index index.php;
  5. listen [::]:80;
  6.  
  7. # include /home/user0004/server/wordpress/w3tc.conf.inc;
  8.  
  9. location / {
  10. try_files $uri $uri/ /index.php;
  11. }
  12.  
  13. location ~ \.php {
  14. include fastcgi_params;
  15. fastcgi_intercept_errors on;
  16. fastcgi_pass unix:/var/run/php5-fpm.sock;
  17. }
  18.  
  19. gzip on;
  20. gzip_types text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment