Closed bombolini closed 4 years ago
Hello, If I change last lines in nginx.conf as shown below, nginx -t says okay but not sure I believe that I am doing something wrong as I do not have sites-enabled...
# limits
limit_req_log_level warn;
limit_req_zone $binary_remote_addr zone=reqlimit:10m rate=10r/m;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
What operating system are you running Nginx on? I expect /etc/nginx/sites-enabled/
to already exist.
Are you using the configuration copies from Steps 4 or 6 to run your site? Bubbly expects you to run configs that look like the files in https://github.com/eustasy/bubbly/tree/master/nginx-config/sites-available
Hello, $ nginx -v
nginx version: nginx/1.15.12
$ nginx -V
$ sudo nginx -t && sudo service nginx reload
PS: I do not see sites-enabled directory under /etc/nginx Could you please let me know what I missed?
Thank you Bombolini