fuel-ccp-nginx/docker/nginx/nginx.conf

10 lines
75 B
Nginx Configuration File

daemon off;
user www-data;
events {
}
http {
include conf.d/*.conf;
}