Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
---
# vars file for mnn.nginx-pagespeed

nginx_build_dir: /opt/nginx
nginx_build_options_defaults:
  conf-path: "{{ nginx_conf_path }}"
  error-log-path: "{{ nginx_log_path }}/error.log"
  http-client-body-temp-path: "{{ nginx_lib_path }}/body"
  http-fastcgi-temp-path: "{{ nginx_lib_path }}/fastcgi"
  http-proxy-temp-path: "{{ nginx_lib_path }}/proxy"
  http-scgi-temp-path: "{{ nginx_lib_path }}/scgi"
  http-uwsgi-temp-path: "{{ nginx_lib_path }}/uwsgi"
  http-log-path: "{{ nginx_log_path }}/access.log"
  lock-path: /var/lock/nginx.lock
  pid-path: "{{ nginx_pid_file }}"
  prefix: "{{ nginx_prefix }}"


nginx_psol_url: https://dl.google.com/dl/page-speed/psol/{{ nginx_psol_version | default(nginx_pagespeed_version) }}-x64.tar.gz
nginx_pagespeed_url: https://github.com/apache/incubator-pagespeed-ngx/archive/v{{ nginx_pagespeed_version }}-{{ nginx_pagespeed_version_label }}.zip
nginx_url: http://nginx.org/download/nginx-{{ nginx_version }}.tar.gz

nginx_pagespeed_build_dir: '{{ nginx_build_dir }}/incubator-pagespeed-ngx-{{ nginx_pagespeed_version }}-{{ nginx_pagespeed_version_label }}/'