1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Update podsync.conf

This commit is contained in:
Maksym
2018-08-05 17:18:49 -07:00
committed by GitHub
parent 5254b91a78
commit dc01be64e3

View File

@ -7,18 +7,12 @@ upstream backend {
} }
server { server {
listen 80; listen 443;
listen 443 ssl;
root /usr/share/nginx/html; root /usr/share/nginx/html;
server_name podsync.net; server_name podsync.net;
location ^~ /.well-known/acme-challenge { ssl on;
root /usr/share/nginx/html;
default_type text/plain;
allow all;
}
ssl_certificate SSL_CERT; ssl_certificate SSL_CERT;
ssl_certificate_key SSL_KEY; ssl_certificate_key SSL_KEY;
ssl_trusted_certificate SSL_CHAIN_CERT; ssl_trusted_certificate SSL_CHAIN_CERT;