Migrate RSK proxies to openresty

This commit is contained in:
Râu Cao
2023-07-26 14:08:44 +02:00
parent 53abc2ec9a
commit 4d528d67ef
4 changed files with 11 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ upstream _<%= @upstream_name %> {
}
server {
listen 443 ssl http2;
listen <%= "#{node['openresty']['listen_ip']}:" if node['openresty']['listen_ip'] %>443 ssl http2;
listen [::]:443 ssl http2;
server_name <%= @domain %>;