From c0018a0abf5efefba0f1a33e2e020dcf35d88b77 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Fri, 19 Nov 2021 09:34:01 -0600 Subject: [PATCH] Added movies --- nginx.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nginx.conf b/nginx.conf index 5a34455..ffc401d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,6 +12,13 @@ http { proxy_set_header Host $host; } } + server { + server_name movies.purplebirdman.com; + location / { + proxy_pass http://public_movies_web; + proxy_set_header Host $host; + } + } server { server_name go.purplebirdman.com; location / { -- 2.47.2