aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/config.def.h b/config.def.h
index fef2e1c..b2e29fe 100644
--- a/config.def.h
+++ b/config.def.h
@@ -23,15 +23,9 @@
#define DROP_PRIV_UID 65534
#define DROP_PRIV_GID 65534
-/* website url */
-#define WEBSITE "https://pacredir.eworm.de/"
-
-/* This is used for default documents. Usually you will not see this anyway. */
-#define PAGE307 "<html><head><title>307 temporary redirect</title>" \
- "</head><body>307 temporary redirect: " \
- "<a href=\"%s\">%s</a></body></html>"
-#define PAGE404 "<html><head><title>404 Not Found</title>" \
- "</head><body>404 Not Found: %s</body></html>"
+/* website & url */
+#define WEBSITE "pacredir.eworm.de"
+#define WEBURL "https://" WEBSITE "/"
/* the ports pacredir and pacserve listen to */
#define PORT_PACREDIR 7077