Update README.md

master
//ADB 4 years ago committed by GitHub
parent 299f3563cd
commit 8f0add63f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,10 @@
# short_url # short_url
This is a simple application to short you urls with your own web server. This is a simple application to short you urls with your own web server.
It is based on Nodejs and Redis. It is based on Nodejs and Redis.
You will have to change the IPs in the "index.js" and "./public/index.html" files to your public IP or domain. You will have to change the IPs in the `index.js` and `./public/index.html` files to your public IP or domain.
To start the server simply execute "index.js". To start the server simply execute `index.js`:
f\e\: "screen -A -m -d -S short_url nodejs index.js" ```
screen -A -m -d -S short_url nodejs index.js"
```
It's recommended to use a reverse proxy like nginx to manage SSL certificates etc. It's recommended to use a reverse proxy like nginx to manage SSL certificates etc.
//good luck //good luck

Loading…
Cancel
Save