mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
fix to sslsites
This commit is contained in:
parent
72fa948d93
commit
14d29b5bb5
1 changed files with 2 additions and 2 deletions
4
app.rb
4
app.rb
|
@ -1487,8 +1487,8 @@ get '/sysops/proxy/sslcerts.tar.gz' do
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name #{site.domain} *.#{site.domain};
|
server_name #{site.domain} *.#{site.domain};
|
||||||
ssl_certificate sslcerts/certs/#{site.username}.crt;
|
ssl_certificate sslsites/certs/#{site.username}.crt;
|
||||||
ssl_certificate_key sslcerts/certs/#{site.username}.key;
|
ssl_certificate_key sslsites/certs/#{site.username}.key;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue