forked from crony/UpFast
Compare commits
4 Commits
9abd361c7f
...
8fdc68b441
Author | SHA1 | Date | |
---|---|---|---|
|
8fdc68b441 | ||
dcda0f372a | |||
09d2c4f863 | |||
|
8d1ee70948 |
10
README.md
10
README.md
@ -57,11 +57,11 @@ Restart=on-failure
|
||||
```
|
||||
Finally run following commmands.
|
||||
|
||||
```
|
||||
```bash
|
||||
# refresh services
|
||||
`sudo systemctl daemon-reload`
|
||||
sudo systemctl daemon-reload
|
||||
# enable the service
|
||||
`sudo systemctl enable upfast.service`
|
||||
sudo systemctl enable upfast.service
|
||||
```
|
||||
|
||||
### Docker
|
||||
@ -99,3 +99,7 @@ server {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
# Contributions
|
||||
|
||||
Thanks [TLasT](https://craftmenners.men) on his help with testing and documentation.
|
||||
|
@ -36,7 +36,7 @@ video {
|
||||
a {
|
||||
color: #f2d5cf;
|
||||
text-decoration: none;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ h1 {
|
||||
a {
|
||||
color: #f2d5cf;
|
||||
text-decoration: none;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user