# your nginx config here

http {

access_log  /var/log/nginx/access.log;

sendfile        on;

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;

}