Поставщик
контакты | Контакт поставщика | ||
краткое наименование | * | ||
полное наименование | * | ||
ИНН | |||
ОГРН | |||
КПП | |||
ОКПО | |||
телефон |
Поставщик
контакты | Контакт поставщика | ||
краткое наименование | * | ||
полное наименование | * | ||
ИНН | |||
ОГРН | |||
КПП | |||
ОКПО | |||
телефон |
# -*- encoding: utf-8 -*- | |
# file name: ruby_encoding_marker.rb | |
# | |
# @example Use in console: | |
# $ ruby ruby_encoding_marker.rb app/controllers | |
# | |
module RubyEncodingMarker | |
UTF8 = '# -*- encoding: utf-8 -*-' |
$ cat /etc/nginx/sites-enabled/ssl.myapp.com | |
upstream evrmyapp_ssl { | |
# fail_timeout=0 means we always retry an upstream even if it failed | |
# to return a good HTTP response (in case the Unicorn master nukes a | |
# single worker for timing out). | |
# for UNIX domain socket setups: | |
server unix:/tmp/myapp.socket fail_timeout=0; | |
} |