Update README.md
parent
2dcd266393
commit
686c84227c
|
@ -66,7 +66,7 @@ server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
# ......
|
# ......
|
||||||
location /GunService {
|
location /GunService/Tun {
|
||||||
if ($request_method != "POST" ) {
|
if ($request_method != "POST" ) {
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue