# HG changeset patch # User ymh # Date 1543611867 -3600 # Node ID 3458941945e0033bd6b4474725a2d5b44ba05837 # Parent c8678091a837943841128c6bb47886bfb19ac6c5 remove pylibmc from requirements as it is not used yet diff -r c8678091a837 -r 3458941945e0 .hgignore --- a/.hgignore Fri Nov 30 14:49:30 2018 +0100 +++ b/.hgignore Fri Nov 30 22:04:27 2018 +0100 @@ -45,6 +45,7 @@ ^deploy/.venv ^deploy/.vagrant ^deploy/group_vars/.*\.yml$ +^deploy/host_vars ^deploy/hosts/hosts\.prod$ ^deploy/hosts/hosts\.test$ ^deploy/.*\.retry$ diff -r c8678091a837 -r 3458941945e0 deploy/templates/nginx.static.conf.j2 --- a/deploy/templates/nginx.static.conf.j2 Fri Nov 30 14:49:30 2018 +0100 +++ b/deploy/templates/nginx.static.conf.j2 Fri Nov 30 22:04:27 2018 +0100 @@ -16,6 +16,11 @@ root {{remote_static_path}}/; index index.html index.htm; + location /.well-known/acme-challenge { + alias /var/lib/letsencrypt/.well-known/acme-challenge; + default_type "text/plain"; + try_files $uri =404; + } location {{backend_url}}/api { uwsgi_pass {{backend_upstream_name}}; diff -r c8678091a837 -r 3458941945e0 src/requirements/prod.txt --- a/src/requirements/prod.txt Fri Nov 30 14:49:30 2018 +0100 +++ b/src/requirements/prod.txt Fri Nov 30 22:04:27 2018 +0100 @@ -1,4 +1,3 @@ -r base.txt -pylibmc uWSGI psycopg2