blog.hugopoi.net/docker-nginx-conf/enable-hugo-reverse-proxy.conf

4 lines
57 B
Plaintext
Raw Normal View History

location /v2 {
proxy_pass http://hugo:1313/v2;
}