6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
server {
|
|
server_name ncr.nigel.local;
|
|
location / {
|
|
proxy_pass http://localhost:5000;
|
|
}
|
|
} |