diff options
| author | alex <alex@pdp7.net> | 2026-02-01 15:48:11 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-02-01 15:48:11 +0000 |
| commit | a25f645000fe2b8713f823b40fad5680238cbd64 (patch) | |
| tree | 59b79dc4f090ded70bcf0f9c58e93364a81fa21a /infrastructure/roles/web/tasks | |
| parent | f0d6612c5fae0a4fc04a0d4705798728d22fab9e (diff) | |
Diffstat (limited to 'infrastructure/roles/web/tasks')
| -rw-r--r-- | infrastructure/roles/web/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/roles/web/tasks/main.yaml b/infrastructure/roles/web/tasks/main.yaml index 023367b..39e3fda 100644 --- a/infrastructure/roles/web/tasks/main.yaml +++ b/infrastructure/roles/web/tasks/main.yaml @@ -90,7 +90,7 @@ RewriteEngine on RewriteCond ${alexblog:$1} >"" RewriteMap alexblog "txt:/home/alex/public_html/redirections.txt" - RewriteRule "^(.*)" "${alexblog:$1}" [R=308,L] + RewriteRule "^/(.*)" "/${alexblog:$1}" [R=308,L] </VirtualHost> notify: restart web - name: gemini |
