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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user