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
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.
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
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', |