proxy-ip.tpl

This commit is contained in:
myvesta 2019-07-14 02:00:41 +02:00
commit bef9a5b8fd

View file

@ -0,0 +1,9 @@
server {
listen %ip%:%proxy_port% default;
server_name _;
#access_log /var/log/nginx/%ip%.log main;
location / {
proxy_pass http://%ip%:%web_port%;
}
}