-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
6 lines (3 loc) · 742 Bytes
/
README
File metadata and controls
6 lines (3 loc) · 742 Bytes
1
2
3
4
5
6
The Russian documentation is available at http://sysoev.ru/nginx/
The English documentation is available at http://nginx.net
Configure example: ./configure --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --user=www-data --group=www-data --with-http_ssl_module --with-http_gzip_static_module --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/tmp/nginx/client/ --http-proxy-temp-path=/var/tmp/nginx/proxy/ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ --with-http_stub_status_module --with-ipv6 --add-module=modules/static-etags --add-module=modules/upstream-fair --add-module=modules/fancyindex