Use of the database in nginx
Configuration and use of the database are very practical and comfortable in nginx, so there is no problem to install it.
Nginx must be compiled with module ngx_http_geo_module (by default).
Paste in http
This variable gets passed through FastCGI to your backend:
Nginx must be compiled with module ngx_http_geo_module (by default).
Paste in http
geo $geo {
include worldip.conf;
default XX;
}
The variable $geo can also be used in log_format.This variable gets passed through FastCGI to your backend:
fastcgi_param HTTP_GEO $geo;
or
fastcgi_param GEO $geo;
If nginx runs as a proxy (e.g. in conjunction with Apache), you need only add
proxy_set_header HTTP_GEO $geo;Post comment
EnglishDeutschРусский
Anonymous
08 Sep 2008 21:09#16Русский
08 Sep 2008 21:09#16Русский
Alex 09 Sep 2008 12:09#17Русский
