Update nginx-tai.conf

pull/3/head
DocArmoryTech 2020-11-03 13:46:03 +00:00 committed by GitHub
parent 93b1b6ddd7
commit a616df19d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ server {
listen 80;
location / {
proxy_pass http://frontends;
proxy_pass http://backends;
}
}