Commit 4cc3a3c6 by John Jarvis

fix nginx conf dir

parent 40d583b4
......@@ -18,7 +18,7 @@ NGINX_SSL_KEY: 'ssl-cert-snakeoil.key'
nginx_app_dir: "{{ COMMON_APP_DIR }}/nginx"
nginx_data_dir: "{{ COMMON_DATA_DIR }}/nginx"
nginx_conf_dir: "{{ COMMON_APP_DIR }}/conf.d"
nginx_conf_dir: "{{ NGINX_APP_DIR }}/conf.d"
nginx_log_dir: "{{ COMMON_LOG_DIR }}/nginx"
nginx_sites_available_dir: "{{ nginx_app_dir }}/sites-available"
nginx_sites_enabled_dir: "{{ nginx_app_dir }}/sites-enabled"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment