nginx: ng: source: opts: {} service: enable: True opts: {} server: config: events: worker_connections: 1024 http: sendfile: 'on' aio: 'on' directio: 4m keepalive_timeout: 65 gzip: 'on' gzip_types: text/css gzip_vary: 'on' charset: utf-8 charset_types: text/xml text/plain application/javascript application/rss+xml application/json server_tokens: 'off' etag: 'on' ssi: 'on' include: - /etc/nginx/mime.types - /etc/nginx/conf.d/*.conf - /etc/nginx/sites-enabled/* # vim: ft=yaml et: