Sha256: 25d3e19792e34841af149f874bffc159491f82343022bc381e2bda242140eec9

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

server {
  listen 443 ssl;
  server_name <%= @app.host %> ;
  location / {
    proxy_pass http://127.0.0.1:<%= @app.port %>/;
  }
  # ssl_certificate /etc/letsencrypt/live/<%= @app.host %>/fullchain.pem; # managed by Certbot
  # ssl_certificate_key /etc/letsencrypt/live/<%= @app.host %>/privkey.pem; # managed by Certbot
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ish_models-3.1.0.20 app/views/wco_hosting/scripts/nginx_site.conf.erb
ish_models-3.1.0.19 app/views/wco_hosting/scripts/nginx_site.conf.erb
ish_models-3.1.0.18 app/views/wco_hosting/scripts/nginx_site.conf.erb
ish_models-3.1.0.17 app/views/wco_hosting/scripts/nginx_site.conf.erb
ish_models-3.1.0.16 app/views/wco_hosting/scripts/nginx_site.conf.erb