Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
if ($arg_download = "video") { add_header Content-disposition "attachment" }
root /var/www/$server_addr/
-http-log-path=/var/log/nginx/access_log
http
access_log off;
include sites/*.conf;
location = / {root /var/www/main;} location / {root /var/www/qwerty;}
rewrite ^ $scheme://other-site.ru$request_uri? permanent; #301-redirect
location ~ ^/forum/(.*)$ { return 301 http://newsite.ru/$1$is_args$args; }