From dc924aa70be3d5d81c537b1b2381fead0d0b0c4c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 23 Jul 2025 11:42:33 -0500 Subject: [PATCH] web/hlc: Remove obsolete form submit paths Tabitha doesn't have any forms on her website any more. --- .../files/hatchlearningcenter.org.httpd.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/websites/hatchlearningcenter.org/files/hatchlearningcenter.org.httpd.conf b/roles/websites/hatchlearningcenter.org/files/hatchlearningcenter.org.httpd.conf index 3e22cd8..5e67d87 100644 --- a/roles/websites/hatchlearningcenter.org/files/hatchlearningcenter.org.httpd.conf +++ b/roles/websites/hatchlearningcenter.org/files/hatchlearningcenter.org.httpd.conf @@ -59,10 +59,6 @@ SSLProxyEngine On RewriteEngine On - RewriteRule /submit/attendance http://127.0.0.1:8000/hlc-attendance [P] - RewriteRule /submit/signup http://127.0.0.1:8000/hlc-signup [P] - RewriteRule /submit/summer2024 http://127.0.0.1:8000/hlc-summer2024 [P] - RewriteRule /submit/enrollment2024 https://hlcforms.pyrocufflink.blue/submit/enrollment2024 [P] DocumentRoot /srv/www/hatchlearningcenter.org/htdocs