make nginx.conf pretty
This commit is contained in:
parent
af4c4faed7
commit
1c7c54ebfb
@ -24,6 +24,7 @@ nginx:
|
|||||||
#gzip on;
|
#gzip on;
|
||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
stream {
|
stream {
|
||||||
server {
|
server {
|
||||||
listen 443;
|
listen 443;
|
||||||
@ -37,7 +38,6 @@ nginx:
|
|||||||
|
|
||||||
include /etc/nginx/stream.d/*.conf;
|
include /etc/nginx/stream.d/*.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
stream.d:
|
stream.d:
|
||||||
- name: "k8s-ghp-{{ namespace }}.map"
|
- name: "k8s-ghp-{{ namespace }}.map"
|
||||||
data: |
|
data: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user