I hereby claim:
- I am pentago on github.
- I am pentago (https://keybase.io/pentago) on keybase.
- I have a public key whose fingerprint is DA94 E892 8A74 13AE 65AB 4229 6842 B129 2D82 9021
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
image: | |
tag: 8.0.12-debian-9-r25 | |
root: | |
password: password | |
db: | |
user: '' | |
password: '' | |
name: '' |
version: '3.7' | |
services: | |
### Web Server | |
nginx: | |
container_name: 'nginx' | |
image: 'nginx:${NGINX_VERSION}' # https://hub.docker.com/_/nginx/ | |
ports: | |
- 80:80 |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Organization", | |
"name": "McCann Copenhagen", | |
"description": "Reklamebureauet McCann Copenhagen bor i København. Vi tilbyder specialiserede kompetencer inden for stratetisk branding, medical marketing og design.", | |
"url": "https://www.mccann.dk/", | |
"logo": "https://mccann.dk/wp-content/uploads/2018/08/logo-black.png", | |
"image": "https://www.mccann.dk/wp-content/uploads/2018/08/logo-mccann-worldgroup-white.png", | |
"telephone": "+4533134243", |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Service", | |
"name": "$SERVICE_PAGE_TITLE", | |
"description": "$SERVICE_PAGE_META_DESCRIPTION", | |
"url": "$SERVICE_PAGE_URL", | |
"category": "Marketing Services" | |
} | |
</script> |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Organization", | |
"name": "Sangfor", | |
"description": "Looking for enterprise cloud and network security vendor? Sangfor provides state-of-the-art solutions for modern businesses. Learn more now!", | |
"url": "https://www.sangfor.com/", | |
"logo": "https://www.sangfor.com/Application/Home/View/default/images/logo-index.png", | |
"image": "https://www.sangfor.com/Uploads/Pictures/20180814/5b72c54629e9f.png", | |
"telephone": "+60127117129", |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org/", | |
"@type": "Product", | |
"name": "$PRODUCT_NAME", | |
"description": "$PRODUCT_META_DESCRIPTION", | |
"image": "$PRODUCT_IMAGE" | |
} | |
</script> |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Service", | |
"name": "$SERVICE_NAME", | |
"description": "$SERVICE_META_DESCRIPTION", | |
"url": "$SERVICE_PAGE_URL", | |
"category": "IT Services & Products" | |
} | |
</script> |
http://go.sangfor.com/hcidemoapplymc | |
http://go.sangfor.com/hcidemoapplyjf | |
http://go.sangfor.com/iamdemoapplymc?from=cww | |
http://go.sangfor.com/ngafdemoapplymc | |
http://go.sangfor.com/tech-wire-mini-profile | |
http://go.sangfor.com/tech-wire-article-ngfw | |
http://go.sangfor.com/acloud-demo | |
http://go.sangfor.com/throadshow18 | |
http://go.sangfor.com/iamdemoapplyjf?from=it168 | |
http://go.sangfor.com/hcidemoapplymc?from=bbs |
// Mobile Site Nginx config | |
server { | |
listen 80; | |
server_name m.sangfor.com; | |
return 301 https://m.sangfor.com$request_uri; | |
} | |
server { | |
listen 443; |