support full urls

This commit is contained in:
Andrea Spacca 2021-11-17 09:32:16 +01:00
parent 9452dd2ec6
commit 19fb363fae
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
server {
listen 80;
listen BACKEND_PORT;
server_name BACKEND_HOSTNAME;
set $backend "http://varnish:80";

View File

@ -1,5 +1,5 @@
server {
listen 80;
listen FRONTEND_PORT;
server_name FRONTEND_HOSTNAME;
set $backend "http://pipedfrontend:80";

View File

@ -1,5 +1,5 @@
server {
listen 80;
listen PROXY_PORT;
server_name PROXY_HOSTNAME;
location ~ (/videoplayback|/api/v4/|/api/manifest/) {