solved nginx configuration bug

This commit is contained in:
Kevin Veen-Birkenbach 2022-11-21 13:59:38 +01:00
parent 93e07f7492
commit fec003c453

View File

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