Files
trainingstagebuch/docs/tt-verein.de.conf
Torsten Schulz (local) 3ac4039097
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s
feat: implement user linking for members and update database schema for user associations
2026-07-22 23:54:45 +02:00

10 lines
273 B
Plaintext

# HTTP: www.tt-verein.de und tt-verein.de -> HTTPS
<VirtualHost *:80>
ServerName www.tt-verein.de
Redirect permanent / https://tt-verein.de/
</VirtualHost>
<VirtualHost *:80>
ServerName tt-verein.de
Redirect permanent / https://tt-verein.de/
</VirtualHost>