Update: save Docker nginx Angular Node Flask
This commit is contained in:
parent
1a3bee1846
commit
fcedd7534c
16 changed files with 89 additions and 84 deletions
|
|
@ -17,8 +17,8 @@ http {
|
|||
proxy_read_timeout 90;
|
||||
proxy_buffers 32 4k;
|
||||
|
||||
upstream server {
|
||||
server server:4200;
|
||||
upstream frontend {
|
||||
server frontend:4200;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ http {
|
|||
access_log logs/access.log;
|
||||
|
||||
location / {
|
||||
proxy_pass http://server;
|
||||
proxy_pass http://frontend;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue