r/web/hlc: Proxy for Enrollment 2024 form

The summer 2024 enrollment form is more complicated than the other
forms on the HLC site, as it integrates directly with Invoice Ninja.  As
such, it's handled by a different backend, which runs in Kubernetes.
frigate-exporter
Dustin 2024-04-02 09:25:47 -05:00
parent 06b399994e
commit 541dd625b5
1 changed files with 2 additions and 0 deletions

View File

@ -57,10 +57,12 @@
Header always set \ Header always set \
Strict-Transport-Security "max-age=63072000; includeSubDomains" Strict-Transport-Security "max-age=63072000; includeSubDomains"
SSLProxyEngine On
RewriteEngine On RewriteEngine On
RewriteRule /submit/attendance http://127.0.0.1:8000/hlc-attendance [P] 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/signup http://127.0.0.1:8000/hlc-signup [P]
RewriteRule /submit/summer2024 http://127.0.0.1:8000/hlc-summer2024 [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 DocumentRoot /srv/www/hatchlearningcenter.org/htdocs
<Directory /srv/www/hatchlearningcenter.org/htdocs> <Directory /srv/www/hatchlearningcenter.org/htdocs>