myvesta/install/ubuntu/15.10/templates/web/nginx/proxy_ip.tpl
2015-11-08 21:40:07 +02: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%;
}
}