Merge branch 'custom-nginx' into 'antifascista'

nginx.conf: permitir configuración propia del sitio

Closes #27

See merge request sutty/haini.sh!35
This commit is contained in:
fauno 2021-11-25 22:57:16 +00:00
commit 69e0d7f9c4

View file

@ -23,3 +23,5 @@ server {
proxy_pass http://127.0.0.1:65001;
}
}
include /Sutty/*-jekyll-theme/_nginx.conf;