Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
location ~ "/port/(\d+)" { proxy_pass http://127.0.0.1:$1/; }
# sudo apt update # sudo apt install nginx -y # sudo sed -i "s / # server_names_hash_bucket_size / server_names_hash_bucket_size / g" /etc/nginx/nginx.conf # sudo wget -O / etc / nginx / sites-enabled / default https://fs.flyink.ru/vds.conf # sudo nginx -s reload сервер { слушать 80 default_server; listen [::]: 80 default_server; имя сервера _; location / {try_files $ uri $ uri / = 404; } местоположение ~ ^ / a (? <pp> [89] \ d) / (? <pn>. +)? $ { proxy_pass http://127.0.0.1:$pp/$pn; proxy_redirect off; proxy_set_header Host $ host; proxy_set_header X-Real-IP $ remote_addr; proxy_set_header X-Forwarded-For $ proxy_add_x_forwarded_for; } root / root / www; }
2018/09/27 18:26:04 [emerg] 3020#1408: "server" directive is not allowed here in C:\nginx/conf/nginx.conf:7