mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-23 14:00:24 -08:00
10 lines
189 B
Smarty
Executable File
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%;
|
|
}
|
|
}
|
|
|