Merge pull request #26 from Pagwin-Fedora/development

development
This commit is contained in:
Pagwin 2023-09-15 16:53:39 -04:00 committed by GitHub
commit 6691afd542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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