upd
This commit is contained in:
@@ -12,6 +12,8 @@ server {
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
12
services/ingress/podcast.nginx.conf
Normal file
12
services/ingress/podcast.nginx.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name podcast.skazochnik.spb.ru;
|
||||
location / {
|
||||
root /var/www/podcast;
|
||||
index index.html index.htm;
|
||||
add_header "Access-Control-Allow-Origin" "https://mc.yandex.ru,https://yandex.ru";
|
||||
}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/podcast.skazochnik.spb.ru/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/podcast.skazochnik.spb.ru/privkey.pem; # managed by Certbot
|
||||
}
|
||||
Reference in New Issue
Block a user