Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

EE + WP Rocket

$
0
0

hello genupdates. i want ask ?
server {
...

# Rocket-Nginx configuration
include rocket-nginx/rocket-nginx.conf;

...
}
how to edit it at /etc/nginx/sites-available/tua5.com

my file

server {

server_name tua5.com   www.tua5.com;


access_log /var/log/nginx/tua5.com.access.log rt_cache_redis;
error_log /var/log/nginx/tua5.com.error.log;


root /var/www/tua5.com/htdocs;



index index.php index.html index.htm;


include  common/redis-php7.conf;

include common/wpcommon-php7.conf;
include common/locations-php7.conf;
include /var/www/tua5.com/conf/nginx/*.conf;

}


Viewing all articles
Browse latest Browse all 12639

Trending Articles