From 25b463ada17c61d9780dbbeb9867dbd3c3c4d73c Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 20 Jan 2024 03:32:24 +0000 Subject: [PATCH] Reformat x.conf --- x.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x.conf b/x.conf index 6a477b6..152d393 100644 --- a/x.conf +++ b/x.conf @@ -2,7 +2,7 @@ server { listen 443 ssl; listen [::]:443 ssl; server_name pb.exozy.me; - + location / { proxy_pass http://localhost:7631; proxy_set_header Host $host; @@ -16,7 +16,7 @@ server { listen 443 ssl; listen [::]:443 ssl; server_name memos.exozy.me; - + location / { proxy_pass http://localhost:7632; proxy_set_header Host $host; @@ -29,8 +29,8 @@ server { server { listen 443 ssl; listen [::]:443 ssl; - server_name reddit.exozy.me; - + server_name reddit.exozy.me; + location / { proxy_pass http://localhost:7633; proxy_set_header Host $host; @@ -43,8 +43,8 @@ server { server { listen 443 ssl; listen [::]:443 ssl; - server_name rssbridge.exozy.me; - + server_name rssbridge.exozy.me; + location / { proxy_pass http://localhost:7634; proxy_set_header Host $host;