Compare commits

..

No commits in common. "3389142e0099c1d0e609ca38c36981dcc0a5c935" and "ebb49da74eafe3f779cfe3ea6a1ab31ea016710e" have entirely different histories.

2
app.js
View File

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