Deploy kosmos assets with Openresty

This commit is contained in:
Greg Karékinian
2023-07-12 20:36:12 +02:00
parent c1e2145ba1
commit d79dcd8e65
4 changed files with 20 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
# Generated by Chef
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 %>;