solved nginx configuration bug

This commit is contained in:
Kevin Veen-Birkenbach 2022-11-21 13:59:38 +01:00
parent 095197a65f
commit 42e403a4b8

View File

@ -1,7 +1,6 @@
upstream backend {
#todo check
server {{domain}};
server 127.0.0.1:{{http_port}};
}
server {