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 {
|
||||
listen 80;
|
||||
listen 443 ssl;
|
||||
listen 443;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
server_name podsync.net;
|
||||
|
||||
location ^~ /.well-known/acme-challenge {
|
||||
root /usr/share/nginx/html;
|
||||
default_type text/plain;
|
||||
allow all;
|
||||
}
|
||||
|
||||
ssl on;
|
||||
ssl_certificate SSL_CERT;
|
||||
ssl_certificate_key SSL_KEY;
|
||||
ssl_trusted_certificate SSL_CHAIN_CERT;
|
||||
@ -44,4 +38,4 @@ server {
|
||||
proxy_buffers 8 16k;
|
||||
proxy_buffer_size 16k;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user