aboutsummaryrefslogtreecommitdiff
path: root/nixops/www/index.htm
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-12 17:57:20 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-12 17:58:22 +0200
commit8f904d0d982684e8e66dfc5d9123712eb96bf16e (patch)
tree4574838fb67902680f41754d73af8f5d33ce35f6 /nixops/www/index.htm
parent9129f327844ca58af61a20582b04e35762c63e35 (diff)
downloadNix-8f904d0d982684e8e66dfc5d9123712eb96bf16e.tar.gz
Nix-8f904d0d982684e8e66dfc5d9123712eb96bf16e.tar.zst
Nix-8f904d0d982684e8e66dfc5d9123712eb96bf16e.zip
Refactor a bit httpd/webapps configuration:
- alias private to pkgs - move default apache vhost to pkgs
Diffstat (limited to 'nixops/www/index.htm')
-rw-r--r--nixops/www/index.htm9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixops/www/index.htm b/nixops/www/index.htm
deleted file mode 100644
index 0274251..0000000
--- a/nixops/www/index.htm
+++ /dev/null
@@ -1,9 +0,0 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>Hello World HTML</title>
5 </head>
6 <body>
7 <h1>It works!</h1>
8 </body>
9</html>