6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
server {
|
||
|
server_name {{SERVER_NAME}};
|
||
|
location / {
|
||
|
proxy_pass http://127.0.0.1:{{PORT}};
|
||
|
}
|
||
|
}
|