1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-14 22:27:17 +00:00

Unify nginx configuration style

This commit is contained in:
Kristóf Tóth 2018-04-17 15:15:01 +02:00
parent 325980e61d
commit 4219e7a610

View File

@ -1,3 +1,3 @@
location = /login { location = /login {
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT}; proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
} }