road to v1.2.1

This commit is contained in:
bunkerity
2020-12-06 22:22:58 +01:00
parent 78c1e5c676
commit f618c73e6c
21 changed files with 130 additions and 74 deletions

View File

@@ -1,6 +0,0 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
location / {
proxy_pass http://myapp3:3000;
}