added support for ipv6 on nginx confs

This commit is contained in:
2021-04-21 14:38:27 +02:00
parent 100aca5fa6
commit bdb69186f3
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
server {
listen 80;
listen [::]:80;
server_name DOMAIN.LTD;
root /var/www/DOMAIN.LTD/app/web;