myvesta/install/ubuntu/18.04/templates/web/nginx/proxy_ip.tpl
2018-05-31 16:01:46 +03:00

10 lines
189 B
Smarty
Executable File

server {
listen %ip%:%proxy_port% default;
server_name _;
#access_log /var/log/nginx/%ip%.log main;
location / {
proxy_pass http://%ip%:%web_port%;
}
}