mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
fix for certs
This commit is contained in:
parent
a0421dd34e
commit
e08d52d09e
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 certs/#{site.username}.crt;
|
ssl_certificate sslcerts/certs/#{site.username}.crt;
|
||||||
ssl_certificate_key certs/#{site.username}.key;
|
ssl_certificate_key sslcerts/certs/#{site.username}.key;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue