Skip to content

Instantly share code, notes, and snippets.

@jourjine
jourjine / vhost
Created July 19, 2018 15:30 — forked from pmgarman/vhost
Reverse Proxy Nginx > Ghost w/SSL
server {
listen 80;
listen 443 ssl;
server_name dev.pmgarman.me;
root /home/pmgarman/dev.pmgarman.me;
ssl_certificate /home/pmgarman/ssl/dev.pmgarman.me/dev_pmgarman_me.selfsigned.crt;
ssl_certificate_key /home/pmgarman/ssl/dev.pmgarman.me/dev_pmgarman_me.key;
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
This file has been truncated, but you can view the full file.
22011 silly mapToRegistry name is-dotfile@https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
22012 silly mapToRegistry using default registry
22013 silly mapToRegistry registry https://registry.npmjs.org/
22014 silly mapToRegistry data Result {
22014 silly mapToRegistry raw: 'is-dotfile@https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz',
22014 silly mapToRegistry scope: null,
22014 silly mapToRegistry escapedName: 'is-dotfile',
22014 silly mapToRegistry name: 'is-dotfile',
22014 silly mapToRegistry rawSpec: 'https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz',