Skip to content
Snippets Groups Projects
Verified Commit b5603162 authored by cyrinux's avatar cyrinux :construction_worker_tone1:
Browse files

fix: try fixing ipv6 - 7

parent 6df876c5
No related branches found
No related tags found
No related merge requests found
Pipeline #33344 passed
......@@ -16,7 +16,7 @@ http {
index index.php;
resolver ${RESOLVER} valid=5s ipv6only=on;
resolver ${RESOLVER} valid=5s ipv6=on;
server {
listen [::]:80 ipv6only=on;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment