mirror of
https://github.com/serghey-rodin/vesta.git
synced 2024-12-11 23:00:47 -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%;
|
|
}
|
|
}
|
|
|