web: add ability to configure the nginx resolver
This commit is contained in:
@@ -26,6 +26,8 @@ http {
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
resolver {{ .Env.NGINX_RESOLVER | default "127.0.0.11" }};
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
types {
|
||||
# add support for wasm MIME type, that is required by specification and it is not part of default mime.types file
|
||||
|
||||
Reference in New Issue
Block a user