mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 01:05:41 +00:00
fixed up the nginx.conf template because I did an oopsie
This commit is contained in:
parent
9a5d99f9fc
commit
910e4bc86c
1 changed files with 1 additions and 1 deletions
|
@ -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}};
|
||||||
}
|
}
|
||||||
###---}
|
###---}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue