update rp

This commit is contained in:
Baptiste Peupier 2022-02-02 09:46:23 +01:00
parent 06962388a5
commit c4a6ff1312
3 changed files with 49 additions and 28 deletions

View file

@ -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;
# }
# }
}