forked from CCCHH/ansible-infra
8 lines
100 B
Text
8 lines
100 B
Text
server {
|
|
listen 80;
|
|
server_name light.z9;
|
|
|
|
location / {
|
|
proxy_pass http://localhost:8080;
|
|
}
|
|
}
|