mirror of
https://github.com/zedeus/nitter.git
synced 2024-10-31 22:08:50 +00:00
Add link to Nginx config in readme
This commit is contained in:
parent
b2e6153dba
commit
00825a76e9
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ $ mkdir ./tmp
|
||||||
|
|
||||||
Change `-d:hostname="..."` to your instance's domain, eg. `-d:hostname:"nitter.net"`.
|
Change `-d:hostname="..."` to your instance's domain, eg. `-d:hostname:"nitter.net"`.
|
||||||
Set your port and page title in `nitter.conf`, then run Nitter by executing `./nitter`.
|
Set your port and page title in `nitter.conf`, then run Nitter by executing `./nitter`.
|
||||||
You should run Nitter behind a reverse proxy such as nginx or Apache for better
|
You should run Nitter behind a reverse proxy such as
|
||||||
security.
|
[Nginx](https://github.com/zedeus/nitter/wiki/Nginx) or Apache for better security.
|
||||||
|
|
||||||
To run Nitter via systemd you can use this service file:
|
To run Nitter via systemd you can use this service file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue