add ipv6 for redirect

merge-requests/2/head
Matthew 2022-02-10 21:08:37 -05:00
parent 8cafc22d6c
commit 872b75871e
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;