Skip to content

Commit 9eb0d5d

Browse files
committed
Error code 444 vs 403
1 parent d86391f commit 9eb0d5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nginx/vhosts/hijacked-landing-pages

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ server {
9494
}
9595

9696
location / {
97-
return 403;
97+
return 444;
9898
}
9999

100100
include general.conf;
@@ -131,7 +131,7 @@ server {
131131
}
132132

133133
location / {
134-
return 403;
134+
return 444;
135135
}
136136

137137
include general.conf;

nginx/vhosts/ps-net-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ server {
5656
}
5757

5858
location / {
59-
return 403;
59+
return 444;
6060
}
6161

6262
include general.conf;

nginx/vhosts/ps-sys-updates

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ server {
8686
}
8787

8888
location / {
89-
return 403;
89+
return 444;
9090
}
9191

9292
include general.conf;

0 commit comments

Comments
 (0)