mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
solved nginx configuration bug
This commit is contained in:
parent
095197a65f
commit
42e403a4b8
@ -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