mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Activated redirect for yourls homepage to admin pannel
This commit is contained in:
3
roles/web-app-yourls/templates/redirect.conf.j2
Normal file
3
roles/web-app-yourls/templates/redirect.conf.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
location = / {
|
||||
return 301 {{ yourls_admin_location }};
|
||||
}
|
Reference in New Issue
Block a user