- Added upstream objects
- Renamed host templates to nginx templates - Generate upstream templates - Better nginx error reporting when reloading - Use tparse for golang test reporting
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# run nginx in foreground
|
||||
daemon off;
|
||||
user npmuser;
|
||||
#user npmuser;
|
||||
pid /run/nginx/nginx.pid;
|
||||
|
||||
# Set number of worker processes automatically based on number of CPU cores.
|
||||
@ -60,7 +60,7 @@ http {
|
||||
# Files generated by NPM
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /data/nginx/default_host/*.conf;
|
||||
include /data/nginx/proxy_host/*.conf;
|
||||
include /data/nginx/redirection_host/*.conf;
|
||||
include /data/nginx/dead_host/*.conf;
|
||||
include /data/nginx/upstreams/*.conf;
|
||||
include /data/nginx/hosts/*.conf;
|
||||
include /data/nginx/streams/*.conf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user