Remove references to slides
This is not being done with Nginx. I've pushed the slides to Netlify and added CNAME records in Cloudflare to serve them as subdomains as oliverdavies.uk in the same way that I am for Rebuilding Bartik, Rebuilding Acquia etc. Fixes #221
This commit is contained in:
parent
0f01551f26
commit
fd274cda97
|
@ -149,13 +149,6 @@ nginx_vhosts:
|
|||
return 307 $1$2;
|
||||
}
|
||||
|
||||
# Talks
|
||||
{% for name in slides_repo_names %}
|
||||
location /slides-{{ name }} {
|
||||
alias /srv/slides-{{ name }}/_static/;
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
certbot_create_if_missing: true
|
||||
certbot_create_method: standalone
|
||||
certbot_admin_email: oliver+certbot@oliverdavies.uk
|
||||
|
@ -163,6 +156,3 @@ certbot_certs:
|
|||
- domains:
|
||||
- oliverdavies.uk
|
||||
- www.oliverdavies.uk
|
||||
|
||||
slides_repo_names:
|
||||
- working-with-workspace
|
||||
|
|
Loading…
Reference in a new issue