全文検索:
- 08 docker-compose Nginx @06_virtualization:05_container
- 0" volumes: - ./public:/usr/share/nginx/html </code> ===== Nginx + SSL ===== <code|docker-co... - ./nginx/conf.d:/etc/nginx/conf.d - ./nginx/html:/var/www/html </code> ==== フォルダ/ファイル用意 ==== <code> mkdir -p nginx/conf.d mkdir -p nginx/html hostname > nginx/html/index.html cat << __EOM__
- 10 Docker Let's Encrypt @06_virtualization:05_container
- etc/letsencrypt:/etc/letsencrypt - /var/www/html:/var/www/html ports: - 80:80 #network_mode: host certbot: image: certbot/certbot ... etc/letsencrypt:/etc/letsencrypt - /var/www/html:/var/www/html command: ["--version"] network_mode: host </code> ===== Nginxのdefault.conf用意 ===
- 33 Let's Encrypt リバースプロキシ(手動板)+ GitLab @06_virtualization:05_container
- 示させる場合 #location / { # root /var/www/html; # index index.html index.htm; #} location / { return 403; } # 全ての... ell-known/acme-challenge/ { root /var/www/html; } } # gitlab.fl8.jp/ upstream gitlab.fl8.jp... est off; allow all; root /usr/share/nginx/html; try_files $uri =404; break; } ## End of
- 09 Dockerリバースプロキシ(HTTPS) @06_virtualization:05_container
- volumes: - vhost:/etc/nginx/vhost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/tmp/docker.sock:ro - ./certs:/etc/nginx/certs... volumes: - vhost:/etc/nginx/vhost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/var/run/docker.sock:ro - ./certs:/etc/nginx/c
- 13 Kubernetes Nginxを立ててみる @06_virtualization:05_container
- db-pjql2 -- bash echo pod1 | tee /usr/share/nginx/html/index.html exit kubectl exec -it nginx-6c57499ddb-tfghq -- bash echo pod2 | tee /usr/share/nginx/html/index.html exit kubectl exec -it nginx-6c57499ddb-zg88c -- bash echo pod3 | tee /usr/share/nginx/html
- 25 Let's Encrypt リバースプロキシ @06_virtualization:05_container
- rts:ro - vhost.d:/etc/nginx/vhost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/tmp/docker.sock:ro - ./server.conf:/etc/nginx... cme.sh - vhost.d:/etc/nginx/vhost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/var/run/docker.sock:ro networks: - proxy-
- 24 Bitwarden/Vaultwarden @06_virtualization:05_container
- rts:ro - vhost.d:/etc/nginx/vhost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/tmp/docker.sock:ro networks: - proxy-tier... cme.sh - vhost.d:/etc/nginx/vhost.d - html:/usr/share/nginx/html - /var/run/docker.sock:/var/run/docker.sock:ro networks: - proxy-
- 03 Xenインバンドに制限をかける @06_virtualization:03_xen
- te/documentation/ja-JP/Red_Hat_Enterprise_Linux/5/html/Virtualization/sect-Virtualization-Tips_and_tricks-Limit_network_bandwidth_for_a_Xen_guest.html]]
- 06 Xen NTP(時間がずれる) @06_virtualization:03_xen
- cs.vmd.citrix.com/XenServer/5.0.0/1.0/en_gb/guest.html#windows_time]] [[http://blog.jdpfu.com/2010/01/16... windows7-and-vista]] [[http://hyper-choi.blogspot.jp/2012/10/how-to-resolve-time-drift-of-windows.html]]
- 01_Windowsテンプレート作成 @06_virtualization:04_cloudstack
- ack.apache.org/docs/ja-JP/Apache_CloudStack/4.1.0/html-single/Admin_Guide/index.html#create-windows-template === ■Windows Server 2012 / Windows 8 === [[htt
- 06 Docker php @06_virtualization:05_container
- image: php:7.2-apache volumes: - ./html:/var/www/html ports: - 8000:80 container_name: php </code> {{tag>Docker}}
- 20 Kubernetes GlusterFS Galera Wordpress @06_virtualization:05_container
- s-local-storage mountPath: /var/www/html volumes: - name: wordpress-local-st
- 02 差分バックアップ increment backup @06_virtualization:01_citrix_xenserver
- </code> ===== 参考URL ===== [[https://xapi-project.github.io/xen-api/snapshots.html]] {{tag>XenServer}}
- VMware ESXi で 3ware 9650se を使用する @06_virtualization:02_vmware_esxi
- す。 「[[http://www.slproweb.com/products/Win32OpenSSL.html|Win32 OpenSSL v0.9.8d]]」をダウンロードしてインストールしてください。
- 30 React-admin @06_virtualization:05_container
- ンプルなデザインの[[https://marmelab.com/react-admin/Demos.html|React-admin]]を入れてみる。 Githubは[[https://github.com