Compare commits
No commits in common. "2ed63b080d5aa77f131534f0e4d0f1080d8edee5" and "13afdbcea128170d1c4cd479ae1d8a633f70d22e" have entirely different histories.
2ed63b080d
...
13afdbcea1
2
app.js
2
app.js
@ -1,7 +1,7 @@
|
|||||||
document.getElementById("submit").addEventListener("click", generateQuickCmd, false);
|
document.getElementById("submit").addEventListener("click", generateQuickCmd, false);
|
||||||
|
|
||||||
const debug = false; // DISABLE FOR PRODUCTION
|
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" +
|
const service = "[Unit]\n" +
|
||||||
"Description=The NGINX HTTP and reverse proxy server\n" +
|
"Description=The NGINX HTTP and reverse proxy server\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user