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;
}