mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
solved nginx configuration bug
This commit is contained in:
parent
93e07f7492
commit
fec003c453
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
#todo check
|
server 127.0.0.1:{{http_port}};
|
||||||
server {{domain}};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
Reference in New Issue
Block a user