update rp
This commit is contained in:
parent
06962388a5
commit
c4a6ff1312
3 changed files with 49 additions and 28 deletions
|
|
@ -33,15 +33,19 @@ http {
|
|||
location / {
|
||||
proxy_pass http://frontend;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
access_log logs/access.log;
|
||||
|
||||
location /api {
|
||||
proxy_pass http://flask-frontend;
|
||||
}
|
||||
}
|
||||
|
||||
# server {
|
||||
# listen 80;
|
||||
# access_log logs/access.log;
|
||||
|
||||
# location /api {
|
||||
# proxy_pass http://flask-frontend;
|
||||
# }
|
||||
# }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue