Added koel nginx config

pull/3/head
Jef Roosens 2021-01-10 14:51:35 +01:00
parent 6849358f51
commit 220a56c2e2
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
server {
listen 443 ssl;
server_name DOMAIN;
location / {
resolver 127.0.0.11;
proxy_pass http://koel_app_1:80;
}
}