From a9bd18c44042d89c764c9700686b43a4a6d7e3c3 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 8 Mar 2020 19:10:35 +0000 Subject: [PATCH] Move index.html to static directory I only want nginx to serve files from the static directory, so that I do not accidentally expose files like default.nix or README.md to the web. --- learn/{ => static}/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename learn/{ => static}/index.html (100%) diff --git a/learn/index.html b/learn/static/index.html similarity index 100% rename from learn/index.html rename to learn/static/index.html