全文検索:
- 09 Dockerリバースプロキシ(HTTPS)
- proxy_request_buffering off; proxy_pass http://reverse.com/; proxy_redirect off; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $p... proxy_request_buffering off; proxy_pass http://reverse2.com/; proxy_redirect off; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $p
- 22 Docker Private registry
- ontainer:11_docker_create_image]] ==== insecure(HTTP)で通信できるようにしておく ==== <code> # cat << __EOM__ | tee... 0.10:4000/my-centos7:latest 確認 <code> $ curl -sk http://192.168.10.10:4000/v2/_catalog | jq { "reposi... centos7 ===== image一覧確認 ===== <code> $ curl -sk http://192.168.10.10:4000/v2/_catalog | jq { "reposi... code> ===== imageのタグ一覧 ===== <code> $ curl -sk http://192.168.10.201:4000/v2/kolla/haproxy/tags/list
- 33 Let's Encrypt リバースプロキシ(手動板)+ GitLab
- jp; access_log /var/log/nginx/access.log; http2 on; listen 443 ssl ; ssl_session_timeout... st.d/default; location / { proxy_pass http://gitlab.fl8.jp; set $upstream_keepalive ... png}} ==== GitLab設定変更 ==== <code> external_url 'http://git.hogehoge.com' gitlab_rails['smtp_enable']
- 05 Docker Nginx reverse proxy
- ginx.conf> events { worker_connections 16; } http { proxy_cache_path /var/cache/nginx keys_zone... proxy_redirect off; proxy_pass http://example.com:8080/; # 基本はキャッシュしない ... $do_not_cache; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Fo
- 08 docker-compose Nginx
- ronment: DOMAINS: 'testwiki.hogehoge.com -> http://web' STAGE: 'local' #STAGE: 'produc... # #location ~ \.php$ { # proxy_pass http://127.0.0.1; #} # pass the PHP scripts t
- 11 Docker image 作成
- ENV DEBIAN_FRONTEND noninteractive RUN echo 'deb http://archive.debian.org/debian wheezy main' > /etc/a... et RUN apt-get install -y procps vim RUN \ wget http://repo.zabbix.com/zabbix/2.2/debian/pool/main/z/z
- 02 Docker Compose docker-compose
- てくれる # docker-compose up -d ==== 表示確認 ==== [[http://localhost:8000]] {{:06_virtualization:05_conta
- 12 Kubernetes
- ==== repogitory ==== apt-add-repository "deb http://apt.kubernetes.io/ kubernetes-xenial main" ===
- 16 Kubernetes + DRBD Linstor
- tor.etcd.enabled=false \ --set controllerEndpoint=http://172.16.0.65:3370 </code> ==== 確認 ==== ちゃんとpo
- 25 Let's Encrypt リバースプロキシ
- dokuwiki.fl8.jp, request: "POST /lib/exe/ajax.php HTTP/2.0", host: "dokuwiki.fl8.jp", referrer: "https:/
- 27 Docker Djnago
- HOSTS = ['{IP}'] </code> ===== 5 確認 ===== ブラウザで http://[IP]:8000 をアクセス {{:06_virtualization:05_contai
- 28 Docker React
- docker-compose up -d ===== 5 確認 ===== ブラウザで http://[IP]:3000 をアクセス {{:06_virtualization:05_contai
- 29 Next.js
- docker-compose up -d ===== 5 確認 ===== ブラウザで http://[IP]:3000 をアクセス {{:06_virtualization:05_contai
- 30 React-admin
- docker-compose up -d ===== 5 確認 ===== ブラウザで http://[IP]:3000 をアクセス {{:06_virtualization:05_contai