VC
Size: a a a
VC
VC
...
front:
networks:
test_network:
ipv4_address: 10.5.0.4
...
networks:
test_network:
driver: bridge
ipam:
config:
- subnet: 10.5.0.0/16
gateway: 10.5.0.1
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;
}location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://front;
}С
VC
С
VC
С
VC
С
D
/man - send list of commands to chat/coc - send code of conduct to user/jobs - send rules of publishing job opportunities and cv/ad - send rules of publishing advertising/chats - send list of friendly chats/events - send list of events to user/starter - send starter kit to user/middle - send middle kit to user/tasks - send user pack of DevOps tasks/course - send to user list list of courses/cert - send user list of certification tips & tricks/relocate - send user list of relocate chats and channels/report - forward replied message to admin chat and send link of replied message for fast-navigationD
D
D
С

VC
VC
С
С
С
|