feat: implement user linking for members and update database schema for user associations
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s
This commit is contained in:
9
docs/tt-verein.de.conf
Normal file
9
docs/tt-verein.de.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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>
|
||||
Reference in New Issue
Block a user