aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
authorroy <[email protected]>2026-06-08 04:10:25 +0300
committerroy <[email protected]>2026-06-08 04:10:25 +0300
commitc17d54a637fadef229723b90c4b09de233e77967 (patch)
tree4dc5a2ba6dbbc44e78a8a6b49f65ac9dec0d64a7 /Caddyfile
parentde4d59813b6ec55515fa76e303643011898fd234 (diff)
Added navbar. 3 pages. More styling. Proper link to git.HEADmaster
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Caddyfile b/Caddyfile
new file mode 100644
index 0000000..9ebd887
--- /dev/null
+++ b/Caddyfile
@@ -0,0 +1,10 @@
+:8081 {
+ root * /home/shimo/repos/portfolio/
+ templates {
+ mime text/html
+ }
+ file_server {
+ disable_canonical_uris
+ }
+ header Cache-Control "no-store"
+}