---
nginx:
  enabled: true
  packages:
    - apache2-utils
    - nginx-extras
  config:
    dir: /etc/nginx
    geoip: false
    webdav: false
    lua: false
    user: www-data
    group: www-data
    workers: 4
    http_port: 8080
    https_port: 4443
    http_proxy_port: 8081
    https_proxy_port: 4444
    php_socket_file: /run/php/php-fpm.sock
    subdirs:
      - auth
      - modules-available
      - modules-enabled
      - sites-available
      - sites-enabled
      - ssl
    files:
      - access
      - fastcgi_params
      - http
      - https
      - mime.types
      - nginx.conf
      - proxy_params
      - scgi_params
      - ssl_params
      - uwsgi_params
  vhosts: {}