Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Remove nginx and uwsgi, now installed via clank
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosborn committed Jan 9, 2018
1 parent 0b7a141 commit d9c1e4d
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 313 deletions.
75 changes: 0 additions & 75 deletions extras/nginx/Makefile.j2

This file was deleted.

33 changes: 0 additions & 33 deletions extras/nginx/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions extras/nginx/locations/atmo.conf.j2

This file was deleted.

13 changes: 0 additions & 13 deletions extras/nginx/locations/flower.conf

This file was deleted.

7 changes: 0 additions & 7 deletions extras/nginx/locations/jenkins.conf

This file was deleted.

65 changes: 0 additions & 65 deletions extras/nginx/site.conf.j2

This file was deleted.

18 changes: 0 additions & 18 deletions extras/uwsgi/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions extras/uwsgi/atmo.uwsgi.ini.j2

This file was deleted.

15 changes: 0 additions & 15 deletions extras/uwsgi/uwsgi.conf

This file was deleted.

21 changes: 0 additions & 21 deletions variables.ini.dist
Expand Up @@ -5,27 +5,6 @@ TOKEN_EXPIRY_TIME_DAYS = 1 # (Integer required)
DJANGO_SERVER_URL = # https://www.my-website.com
VIRTUALENV_PATH =# /path/virtualenv/atmo

[nginx]
ATMOSPHERE_PATH = # /path/to/atmosphere
ENABLE_HTTP2 = True # Boolean required if nginx has http-v2 module# otherwise False
ENABLE_DEV_ENDPOINT = True # Boolean required, set True to allow HTTPS entry-point with runserver to /dev
NGINX_TLS_PRIVKEY_DEST = # /etc/ssl/private/mydomain.org.key
NGINX_TLS_FULLCHAIN_DEST = # /etc/ssl/certs/mydomain.org.fullchain.crt
DHPARAM = # /etc/ssl/certs/dhparam.pem
DHPARAM_KEY_SIZE = 2048 # 4096, 8192
LOCATIONS_DIR = # /etc/nginx/locations
SITES_ENABLED_DIR = # /etc/nginx/sites-enabled
SITES_AVAILABLE_DIR = # /etc/nginx/sites-available
SERVER_URL = # www.my-website.com

[uwsgi.ini]
LOCAL_DEV = False # Boolean required
PATH_TO_ATMOSPHERE = # /path/to/atmosphere
NUM_PROCESSES = # 16, number of uWSGI processes
UWSGI_USER = # www-data
UWSGI_GROUP = # www-data
UWSGI_LOG_PATH = # /var/log/uwsgi/atmosphere_uwsgi.log

[local.py]
AUTH_USE_OVERRIDE = True # Boolean required will override authentication set in __init__.py
AUTH_MOCK_USER = # testuser
Expand Down
22 changes: 0 additions & 22 deletions variables_templates.json
Expand Up @@ -3,12 +3,6 @@
"local.py": [
"local.py"
],
"nginx": [
"nginx",
"nginx-site",
"nginx-atmo"
],
"uwsgi.ini": ["atmo.uwsgi"],
"secrets.py": [
"secrets.py"
]
Expand All @@ -22,22 +16,6 @@
"atmosphere/settings/local.py.j2",
"atmosphere/settings/local.py"
],
"nginx": [
"extras/nginx/Makefile.j2",
"extras/nginx/Makefile"
],
"nginx-site": [
"extras/nginx/site.conf.j2",
"extras/nginx/site.conf"
],
"nginx-atmo": [
"extras/nginx/locations/atmo.conf.j2",
"extras/nginx/locations/atmo.conf"
],
"atmo.uwsgi": [
"extras/uwsgi/atmo.uwsgi.ini.j2",
"extras/uwsgi/atmo.uwsgi.ini"
],
"secrets.py": [
"atmosphere/settings/secrets.py.j2",
"atmosphere/settings/secrets.py"
Expand Down

0 comments on commit d9c1e4d

Please sign in to comment.