1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Update redirect url

This commit is contained in:
L3D 2023-06-21 00:13:12 +02:00
parent c18c90b0a9
commit 4ec12b85a0
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit a7e9bb761842aaa2c34e437d89cd9ea1cb26571e
Subproject commit 288dc5be2c24fe3b837c60375206fceb45574622

@ -1 +1 @@
Subproject commit 1f6d404debe6896d64d629f03af9af81f370e05e
Subproject commit f88f40086d287798c02bd3fdae641234c85c2edc

@ -1 +1 @@
Subproject commit e1d4652a927cb2be46ea1fb682a0de95e81e80e9
Subproject commit 09237814011e684fb24a484bdd3c77de0aebc24f

@ -1 +1 @@
Subproject commit 8861048695f6795e1ee4ccfa96278ea262f8625f
Subproject commit a7723eb017c618611da37531e5961632d9ae03b0

View file

@ -9,6 +9,6 @@ server {
include snippets/logging_{{ site.name }}.snippet.conf;
location / {
return 301 https://git.l3d.ch/$request_uri;
return 301 https://git.l3d.ch$request_uri;
}
}