7f3b633aa0
This commit converts content and layout to use Hugo.
12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
upstream hello {
|
|
server hello;
|
|
}
|
|
|
|
server {
|
|
listen 80;
|
|
|
|
location / {
|
|
proxy_pass http://hello;
|
|
}
|
|
}
|