aboutsummaryrefslogtreecommitdiff
path: root/example_frontend.lighttpd.conf
diff options
context:
space:
mode:
authorEmil Williams2025-07-06 18:36:26 +0000
committerEmil Williams2025-07-06 18:36:26 +0000
commita9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db (patch)
treef2854e0b06f1222bd88c5268f2849b01abc52b69 /example_frontend.lighttpd.conf
parentbe96ef3c69aa497dd0a663de6cc3318fa7d77893 (diff)
downloademil-up.chud.cyou-a9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db.tar.xz
emil-up.chud.cyou-a9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db.tar.zst
nginx, in deployment
Diffstat (limited to 'example_frontend.lighttpd.conf')
-rw-r--r--example_frontend.lighttpd.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/example_frontend.lighttpd.conf b/example_frontend.lighttpd.conf
deleted file mode 100644
index cdca761..0000000
--- a/example_frontend.lighttpd.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-# @BAKE lighttpd -D -f $@
-server.document-root = var.CWD
-server.port = "8081"
-
-server.modules += ( "mod_rewrite" )
-url.rewrite-once = ( ".*" => "/example_frontend.html" )