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
parent
06b399994e
commit
541dd625b5
|
@ -57,10 +57,12 @@
|
|||
Header always set \
|
||||
Strict-Transport-Security "max-age=63072000; includeSubDomains"
|
||||
|
||||
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
|
||||
<Directory /srv/www/hatchlearningcenter.org/htdocs>
|
||||
|
|
Loading…
Reference in New Issue