Skip to content

Commit dd1a90f

Browse files
author
Tobias Lückel
committed
Added a resolver because we want to use a fastcgi_pass variable
1 parent 9fffc7d commit dd1a90f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ http {
2828
#gzip on;
2929

3030
include /etc/nginx/conf.d/*.conf;
31+
32+
resolver 127.0.0.11;
3133
}

0 commit comments

Comments
 (0)