V 0.1.1 intermediate changes
Co-authored-by: Oscar Urselli <oscar0urselli@users.noreply.github.com>
This commit is contained in:
@@ -34,25 +34,15 @@ http {
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
|
||||
# Includes automatic virtual hosts configs.
|
||||
include /etc/nginx/active/automatic/grpc/*.conf;
|
||||
include /etc/nginx/active/automatic/http/*.conf;
|
||||
include /etc/nginx/active/automatic/http2/*.conf;
|
||||
# Includes virtual hosts configs.
|
||||
include /etc/nginx/active/http/*.conf;
|
||||
|
||||
# Includes manual configs
|
||||
include /etc/nginx/active/manual/grpc/*.conf;
|
||||
include /etc/nginx/active/manual/http/*.conf;
|
||||
include /etc/nginx/active/manual/http2/*.conf;
|
||||
include /etc/nginx/active/manual/custom/*.conf;
|
||||
|
||||
}
|
||||
|
||||
stream {
|
||||
|
||||
# Include automatic stream config
|
||||
include /etc/nginx/active/automatic/stream/*.conf;
|
||||
# Include stream config
|
||||
include /etc/nginx/active/stream/*.conf;
|
||||
|
||||
# Include manual configs
|
||||
include /etc/nginx/active/manual/stream/*.conf;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user