This commit is contained in:
Egor Matveev 2022-03-09 01:11:13 +03:00
parent f8927041a5
commit b83c057b5b

View File

@ -1,5 +1,5 @@
upstream app {
server 127.0.0.1:8000;
server localhost:8000;
}
server {