This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # conf.d/vhosts/px.conf | |
| server { | |
| server_name px.domain.local; | |
| listen 0.0.0.0:443 ssl http2; | |
| ssl_certificate certificates/domain.local.cer; | |
| ssl_certificate_key certificates/domain.local.pkcs8; | |
| include conf.d/custom/ssl.conf; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!ruby | |
| # | |
| # MKVToolNix required. | |
| # https://mkvtoolnix.download/ | |
| # | |
| require 'fileutils' | |
| # YOUKU_DIR = 'D:\workspace\ruby\kux' |