Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
include /apps/*/*.nginx.conf;################ ### WARNING! ### ################ # Some of included conf/* files use # location ~* # As result, if you'll match same urls using # location = # location ^~ # you'll overwrite configuration in included files. # Otherwise these urls will be handled by configuration in # included files and default error_page 404. # If you'll need to modify this behavior - inline content of these # conf/* files instead of including them and modify it.
server
{
server_name ~^(?!www\.);
return 301 $scheme://www.$host$request_uri;
}--2013-07-08 13:27:14-- www.habrahabr.ru/
Resolving www.habrahabr.ru… 212.24.43.44
Connecting to www.habrahabr.ru|212.24.43.44|:80… connected.
HTTP request sent, awaiting response… 302 Moved Temporarily
Location: habrahabr.ru/ [following]
--2013-07-08 13:27:14-- habrahabr.ru/
Resolving habrahabr.ru… 212.24.43.44
Reusing existing connection to www.habrahabr.ru:80.
HTTP request sent, awaiting response… 200 OK
Nginx boilerplate: Быстрая и изящная настройка nginx