nginx: rebase against Debian 12 config

This commit is contained in:
Markus 2023-07-04 13:14:37 +02:00
parent 22724967e0
commit 1465481113
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
- name: Ensure network and dns are available before nginx
lineinfile:
dest: /lib/systemd/system/nginx.service
line: "After=network-online.target nss-lookup.target"
line: "After=network-online.target remote-fs.target nss-lookup.target"
regexp: "^After="
- name: Start nginx