Skip to content

Instantly share code, notes, and snippets.

View IlyaGulya's full-sized avatar

Ilya Gulya IlyaGulya

View GitHub Profile
/*
* Copyright 2019 Sergey Chelombitko
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@IlyaGulya
IlyaGulya / SIT_KOLOB
Created November 2, 2015 15:54 — forked from bilinin/SIT_KOLOB
1 Отличия локальных и глобальных сетей передачи данных (кроме очевидного отличим в
размерах)?
Основными отличительными признаками локальных сетей от глобальных выступают следующие:
 степень оперативности обработки запросов;
 скорость обмена и транспортировки данных;
 масштабируемость;
 уровень сложности схемы передачи данных;
 механизмы прокладки связных линий и их протяженность;
 разнообразность услуг.
@IlyaGulya
IlyaGulya / site.conf
Last active August 29, 2015 14:18 — forked from paskal/site.conf
# read more at https://terrty.net/2014/ssl-tls-in-nginx/
# latest version on https://gist.github.com/paskal/628882bee1948ef126dd/126e4d1daeb5244aacbbd847c5247c2e293f6adf
# security test score: https://www.ssllabs.com/ssltest/analyze.html?d=terrty.net
# your nginx version might not have all directives included, test this configuration before using in production against your nginx:
# $ nginx -c /etc/nginx/nginx.conf -t
server {
# public key, contains your public key and class 1 certificate, to create:
# (example for startssl)
# $ (cat example.com.pem & wget -O - https://www.startssl.com/certs/class1/sha2/pem/sub.class1.server.sha2.ca.pem) | tee -a /etc/nginx/ssl/domain.pem > /dev/null