Skip to content
Snippets Groups Projects
  • Sheogorath's avatar
    614036df
    Change URL to shivering-isles.com · 614036df
    Sheogorath authored
    Since it's more and more odd to type www in front, let's just remove it.
    There is no real benefit by adding www in front.
    
    This patch adds redirect configuration and CSP for the blog. The JS from
    some articles should get to tighten CSPs swapped out soon.
    Change URL to shivering-isles.com
    Sheogorath authored
    Since it's more and more odd to type www in front, let's just remove it.
    There is no real benefit by adding www in front.
    
    This patch adds redirect configuration and CSP for the blog. The JS from
    some articles should get to tighten CSPs swapped out soon.
Dockerfile 128 B
FROM nginx:alpine

COPY ./_site/ /usr/share/nginx/html/

COPY ./_docker/default.conf ./_docker/redirect.conf /etc/nginx/conf.d/