Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server {
- server_name www.rallias.com www.ubernerd.rallias.com www.ubernerd.us;
- root /var/www/wordpress;
- index index.php;
- listen [::]:80;
- # include /home/user0004/server/wordpress/w3tc.conf.inc;
- location / {
- try_files $uri $uri/ /index.php;
- }
- location ~ \.php {
- include fastcgi_params;
- fastcgi_intercept_errors on;
- fastcgi_pass unix:/var/run/php5-fpm.sock;
- }
- gzip on;
- 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;
- }
Advertisement
Add Comment
Please, Sign In to add comment