Skip to content
View vbguard's full-sized avatar
:octocat:
I'm coding
:octocat:
I'm coding
Block or Report

Block or report vbguard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. URL.txt URL.txt
    1
    URL - Единый указатель ресурса
    2
    Содержит информацию о том, как извлечь ресурс из своего местоположения. Например:
    3
    
                  
    4
    http://example.com/mypage.html
    5
    ftp://example.com/download.zip
  2. RESTful-API-boilerplate RESTful-API-boilerplate Public template

    ⛓Template for fast start of writing RESTful API 🚀

    JavaScript 1 2

  3. Nginx configuration for CORS-enabled... Nginx configuration for CORS-enabled HTTPS proxy with origin white-list defined by a simple regex
    1
    #
    2
    # Acts as a nginx HTTPS proxy server
    3
    # enabling CORS only to domains matched by regex 
    4
    # /https?://.*\.mckinsey\.com(:[0-9]+)?)/
    5
    #
  4. example domain nginx.conf example domain nginx.conf
    1
    ##
    2
    # Put this file in /etc/nginx/conf.d folder and make sure
    3
    # you have a line 'include /etc/nginx/conf.d/*.conf;'
    4
    # in your main nginx configuration file
    5
    ##