質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
https://XX.XX.XX.XX → 444(nginx)
|
13
13
|
|
14
14
|
### 試したこと
|
15
|
-
[こちら](https://blog.luispc.com/entry/2019/08/24/025404
|
15
|
+
[こちら](https://blog.luispc.com/entry/2019/08/24/025404)を参考に下記のように設定
|
16
16
|
```nginx
|
17
17
|
eo $realip_remote_addr $cf {
|
18
18
|
default 0;
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
}
|
43
43
|
server {
|
44
44
|
if ($cf = 0){
|
45
|
-
return
|
45
|
+
return 444;
|
46
46
|
}
|
47
47
|
}
|
48
48
|
```
|