aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-08-14 19:21:30 -0700
committerFranck Cuny <franck@fcuny.net>2023-08-14 19:21:30 -0700
commitb310c113f76fd415ffbbbef8c51914e94c915797 (patch)
treeadd17fe80cec40ab7aa3d8917f97a3784e2eed0e /Caddyfile
parentchanging permissions result in failure (diff)
downloadfcuny.net-b310c113f76fd415ffbbbef8c51914e94c915797.tar.gz
remove unused configurations
Remove the configuration for fly.io and the configuration for Caddy since I'm running this on GitHub pages now. Remove unused targets from the flake configuration and drop the pandoc dependency. The resume is just a web page accessible at [1]. [1] https://fcuny.net/resume.html
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Caddyfile b/Caddyfile
deleted file mode 100644
index 40c143e..0000000
--- a/Caddyfile
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- http_port 8080
- auto_https off
-}
-
-localhost:8080 {
- root * {$SITE_ROOT}
- encode gzip
- file_server
-}
-
-http://fcunynet.fly.dev {
- redir https://fcuny.net
-}
-
-http://fcuny.net {
- root * {$SITE_ROOT}
- encode gzip
- file_server
-}