Split nginx configuration to several files

This commit is contained in:
Kristóf Tóth
2018-01-31 23:04:51 +01:00
parent 0ec79fe8d0
commit c99630172b
4 changed files with 17 additions and 13 deletions
+3
View File
@@ -0,0 +1,3 @@
location = /login {
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
}