fixed up the nginx.conf template because I did an oopsie

This commit is contained in:
Pagwin 2023-09-15 16:53:01 -04:00
parent 9a5d99f9fc
commit 910e4bc86c
No known key found for this signature in database
GPG key ID: F5FB283DD4B1A998

View file

@ -22,7 +22,7 @@ http {
###{---
location /comments {
# we're going to use a python program to substitute this out
proxy_pass http://${{COMMENTS_BACKEND}}
proxy_pass http://${{COMMENTS_BACKEND}};
}
###---}
}