Compare commits

..

5 Commits

4
app.js
View File

@@ -1,7 +1,7 @@
document.getElementById("submit").addEventListener("click", generateQuickCmd, false);
const debug = true; // DISABLE FOR PRODUCTION
const baseURL = debug ? "http://localhost:8081/ngx" : "https://dev.nevets.tech/ngx";
const debug = false; // DISABLE FOR PRODUCTION
const baseURL = debug ? "http://localhost:8081/ngx" : "https://api.nevets.tech/ngx";
const service = "[Unit]\n" +
"Description=The NGINX HTTP and reverse proxy server\n" +