UNPKG

generate-nginx-config-for-thingies

Version:

Small cli which generates the appropriate nginx configuration files which will then later reside in /etc/nginx/sites-enabled directory.

29 lines (22 loc) 661 B
// Generated by CoffeeScript 2.5.1 (function() { var debugmodule; debugmodule = { name: "debugmodule" }; //#initialization function -> is automatically being called! ONLY RELY ON DOM AND VARIABLES!! NO PLUGINS NO OHTER INITIALIZATIONS!! debugmodule.initialize = function() { return; return console.log("debugmodule.initialize - nothing to do"); }; debugmodule.modulesToDebug = { unbreaker: true }; // cliargumentsmodule: true // genconfigprocessmodule: true // nginxconfigmodule: true // pathhandlermodule: true // startupmodule: true //region exposed variables module.exports = debugmodule; }).call(this);