Update nginx.conf

pull/878/head
dami 1 month ago
parent 6561a63956
commit 60f358510c
  1. 1
      plugins/openresty/conf/nginx.conf

@ -102,6 +102,7 @@ http
server_tokens off;
access_log /dev/null;
more_set_headers "Server: mdserver-web";
include {$SERVER_PATH}/web_conf/nginx/vhost/*.conf;
}

Loading…
Cancel
Save