I hereby claim:
- I am pentago on github.
- I am dzhi (https://keybase.io/dzhi) on keybase.
- I have a public key ASBlQH3sF6EXnYfSXy_8UvexLIU7PO6IK3QnPtaDY7F55Ao
To claim this, I am signing this object:
// Mobile Site Nginx config | |
// Redirects all traffic from http://m.sangfor.com to http://m.sangfor.com | |
server { | |
listen 80; | |
server_name m.sangfor.com; | |
return 301 https://m.sangfor.com$request_uri; | |
} | |
server { |
I hereby claim:
To claim this, I am signing this object:
*filter | |
:INPUT ACCEPT [0:0] | |
:FORWARD DROP [0:0] | |
:OUTPUT ACCEPT [0:0] | |
:FILTERS - [0:0] | |
:DOCKER-USER - [0:0] | |
-F INPUT | |
-F DOCKER-USER | |
-F FILTERS |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Organization", | |
"name": "Stetoskop", | |
"description": "Vesti iz oblasti zdravstva, baza bolesti i stručni saveti iz oblasti medicine. Pitajte lekare ili zatražite pomoć doktora danas!", | |
"url": "https://www.stetoskop.info", | |
"logo": "https://www.stetoskop.info/storage/app/media/stetoskonlogo.png", | |
"image": "https://www.stetoskop.info/images/Untitled-2.jpg", | |
"email": "[email protected]", |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Organization", | |
"name": "Propy", | |
"description": "Looking to buy or sell property online, via blockchain? Try Propy, the blockchain real estate marketplace and search engine. Buy & sell property today!", | |
"url": "https://propy.com", | |
"logo": "https://info.propy.com/wp-content/uploads/2018/07/propy-cover.png", | |
"image": "https://image.resizer.propy.com/images/system/favourite-locations/dubai.jpg", | |
"telephone": "+60127117129", |
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Organization", | |
"name": "Propy", | |
"description": "Looking to buy or sell property online, via blockchain? Try Propy, the blockchain real estate marketplace and search engine. Buy & sell property today!", | |
"url": "https://propy.com", | |
"logo": "https://info.propy.com/wp-content/uploads/2018/07/propy-cover.png", | |
"image": "https://image.resizer.propy.com/images/system/favourite-locations/dubai.jpg", | |
"email": "[email protected]", |
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Place", | |
"name": "$PROPERTY-LISTING-PAGETITLE", | |
"description": "$PROPERTY-LISTING-DESCRIPTION", | |
"address": { | |
"@type": "PostalAddress", | |
"addressCountry": "RS", | |
"addressLocality": "Belgrade", |
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "RealEstateAgent", | |
"name": "Propy - Blockchain Real Estate Marketplace", | |
"description": "Looking to buy or sell property online, via blockchain? Try Propy, the blockchain real estate marketplace and search engine. Buy or sell property today!", | |
"url": "https://propy.com", | |
"logo": "https://info.propy.com/wp-content/uploads/2018/07/propy-cover.png", | |
"image": "https://image.resizer.propy.com/images/system/favourite-locations/dubai.jpg" | |
} |
rezervacije kafana | |
rezervacije klubova | |
rezervacije svecanih sala | |
rezervacije hotela | |
rezervacije motela | |
rezervacije barova | |
rezervacije sportskih centara | |
rezervacije dečijih igraonica | |
rezervacije salona lepote |
data "google_container_engine_versions" "versions" { | |
zone = "${var.zone}" | |
} | |
resource "google_compute_address" "ip" { | |
name = "${var.cluster_name}-ip" | |
project = "${var.project}" | |
} | |
resource "google_container_cluster" "cluster" { |