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