8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
server {
|
|
server_name sanity.nigel.local;
|
|
location / {
|
|
proxy_pass http://localhost:8080;
|
|
}
|
|
}
|
|
|