fix install.zsh
This commit is contained in:
9
configs/nginx/ipcc.conf
Normal file
9
configs/nginx/ipcc.conf
Normal file
@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location / {
|
||||
add_header Content-Type application/json;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
return 200 '{"countryCode":"JP"}';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user