mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Changed server port, manual
This commit is contained in:
parent
81e524978c
commit
8189ddf362
4 changed files with 170 additions and 199 deletions
|
@ -1,31 +1,3 @@
|
||||||
<html>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
|
|
||||||
<body bgcolor="#212127">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Moodle/Elearning/KMOOC manual</title>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.8" />
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
font: normal 17px Verdana;
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #9999ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
|
||||||
font: normal 17px Verdana;
|
|
||||||
color: white;
|
|
||||||
background-color: #212127;
|
|
||||||
width: 90%;
|
|
||||||
height: 250px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<center>
|
<center>
|
||||||
<h1>Moodle/Elearnig/KMOOC manual</h1>
|
<h1>Moodle/Elearnig/KMOOC manual</h1>
|
||||||
</center>
|
</center>
|
||||||
|
@ -202,5 +174,3 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<% include b.ejs %>
|
<% include b.ejs %>
|
||||||
</html>
|
|
||||||
</body>
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"connect-busboy": "0.0.2",
|
"connect-busboy": "0.0.2",
|
||||||
|
"cors": "^2.8.5",
|
||||||
"ejs": "^1.0.0",
|
"ejs": "^1.0.0",
|
||||||
"express": "^4.6.1",
|
"express": "^4.6.1",
|
||||||
"express-ejs-layouts": "^1.1.0",
|
"express-ejs-layouts": "^1.1.0",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1e8154802cf4c17a6c8e71a577c6fa9f4957c2b1
|
Subproject commit fe74436ab119a31fdb35f7a3bbae50a572b0fb21
|
|
@ -19,7 +19,7 @@
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
const startHTTPS = true
|
const startHTTPS = true
|
||||||
const port = 8080
|
const port = 5000
|
||||||
const httpsport = 8443
|
const httpsport = 8443
|
||||||
|
|
||||||
const express = require('express')
|
const express = require('express')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue