Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.47 KB | None | 0 0
  1. server {
  2.  
  3.  
  4.     server_name mydomain.com.au   www.mydomain.com.au;
  5.  
  6.  
  7.     access_log /var/log/nginx/mydomain.com.au.access.log rt_cache_redis;
  8.     error_log /var/log/nginx/mydomain.com.au.error.log;
  9.  
  10.  
  11.     root /var/www/mydomain.com.au/htdocs;
  12.  
  13.  
  14.  
  15.     index index.php index.html index.htm;
  16.  
  17.  
  18.     include  common/redis-php7.conf;
  19.  
  20.     include common/wpcommon-php7.conf;
  21.     include common/locations-php7.conf;
  22.     include /var/www/mydomain.com.au/conf/nginx/*.conf;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement