mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-22 05:20:28 -08:00
10 lines
189 B
Smarty
10 lines
189 B
Smarty
server {
|
|
listen %ip%:%proxy_port% default;
|
|
server_name _;
|
|
#access_log /var/log/nginx/%ip%.log main;
|
|
location / {
|
|
proxy_pass http://%ip%:%web_port%;
|
|
}
|
|
}
|
|
|