Sha256: fe4e90bc4540a3063e6f8e09ec6d47959a4737be679da02af62c51ce15fff3ab

Contents?: true

Size: 303 Bytes

Versions: 166

Compression:

Stored size: 303 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/pox.bar/fullchain.pem; # managed by Certbot
  ssl_certificate_key /etc/letsencrypt/live/pox.bar/privkey.pem; # managed by Certbot
}

Version data entries

166 entries across 166 versions & 2 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.201 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.199 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.198 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.197 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.196 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.195 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.194 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.193 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.192 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.191 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.190 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.189 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.188 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.187 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.184 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.183 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.182 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.181 app/views/wco_hosting/scripts/nginx_site.conf.erb
wco_models-3.1.0.180 app/views/wco_hosting/scripts/nginx_site.conf.erb