diff options
| author | alex <alex@pdp7.net> | 2026-01-25 20:42:14 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-01-25 20:42:14 +0100 |
| commit | 92b0eb79a99bae111ad899914dd7c011d6bd7099 (patch) | |
| tree | 12cc3265e1fc2e919f4ae7d33253bd3c6e02392b /infrastructure/roles/web | |
| parent | fa4e0c54302f163ebdc9eb976471e9cf58ffacc1 (diff) | |
More UTF-8
Diffstat (limited to 'infrastructure/roles/web')
| -rw-r--r-- | infrastructure/roles/web/tasks/main.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/infrastructure/roles/web/tasks/main.yaml b/infrastructure/roles/web/tasks/main.yaml index cac501d..4fea1b3 100644 --- a/infrastructure/roles/web/tasks/main.yaml +++ b/infrastructure/roles/web/tasks/main.yaml @@ -66,6 +66,12 @@ DirectoryIndex index LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so notify: restart web +- name: rss + ansible.builtin.copy: + dest: /etc/apache2/conf-enabled/rss.conf + content: | + AddCharset UTF-8 .rss + notify: restart web - name: disable dir mod ansible.builtin.command: cmd: a2dismod -f dir |
