Skip to content

Commit

Permalink
Remove gunicorn vars from web defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
storax committed Jul 31, 2015
1 parent 7a3f2a7 commit 8eed1a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/web/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ application_name: "{{ project_name }}"
virtualenv_root: "/webapps"
virtualenv_path: "{{ virtualenv_root }}/{{ application_name }}"
project_path: "{{ virtualenv_path }}/{{ project_name }}"
application_log_dir: "{{ virtualenv_path }}/logs"
application_log_file: "{{ application_log_dir }}/gunicorn_supervisor.log"
requirements_file: "{{ project_path }}/requirements.txt"

superuser_name: superuser
Expand All @@ -23,7 +21,6 @@ db_password: password
web_user: "{{ application_name }}"
web_group: webapps


# Nginx settings
nginx_static_dir: "{{ virtualenv_path }}/static/"
nginx_media_dir: "{{ virtualenv_path }}/media/"
Expand Down

0 comments on commit 8eed1a1

Please sign in to comment.