Delete conflicting server_names for random28524. (#8278)

This commit is contained in:
Brad Warren
2020-09-11 12:16:55 -07:00
committed by GitHub
parent 55d411f1eb
commit 2b425110dc
2 changed files with 0 additions and 2 deletions
@@ -61,7 +61,6 @@ server {
server { server {
listen 80; listen 80;
server_name random1413.example.org www.random1413.example.org; server_name random1413.example.org www.random1413.example.org;
server_name random28524.example.org www.random28524.example.org;
server_name random25266.example.org www.random25266.example.org; server_name random25266.example.org www.random25266.example.org;
server_name random26791.example.org www.random26791.example.org; server_name random26791.example.org www.random26791.example.org;
@@ -29,6 +29,5 @@ server {
server { server {
server_name www.random1413.example.org; server_name www.random1413.example.org;
server_name random28524.example.org www.random28524.example.org;
rewrite ^ http://random1413.example.org$request_uri permanent; rewrite ^ http://random1413.example.org$request_uri permanent;
} }