КК
localhost:8000
//nginx
server {
location /{
proxy_pass http://localhost:8000/;
}
}
//docker-compose
web:
image:python
ports:
-8000:8080
Size: a a a
КК
localhost:8000
//nginx
server {
location /{
proxy_pass http://localhost:8000/;
}
}
//docker-compose
web:
image:python
ports:
-8000:8080
GG
GG
proxy_pass http://localhost:8000/
GG
R
localhost:8000
//nginx
server {
location /{
proxy_pass http://localhost:8000/;
}
}
//docker-compose
web:
image:python
ports:
-8000:8080
КК
GG
R
GG
КК
GG
GG
R
GG
R
R
КК
R
R
R