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

fix: try fixing ipv6

parent 9057d4af
No related branches found
No related tags found
No related merge requests found
Pipeline #33345 passed
......@@ -16,11 +16,10 @@ http {
index index.php;
resolver ${RESOLVER} valid=5s;
resolver ${RESOLVER} valid=5s ipv6=on;
server {
listen 80;
listen [::]:80;
listen [::]:80 ipv6only=on;
root ${APP_WEB_ROOT};
location ${APP_BASE}/cache {
......
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