Change to https://null.101010.fr url
This commit is contained in:
parent
e5aa3ee25f
commit
a9bf5b9a0a
@ -2,7 +2,7 @@ The Null Pointer
|
|||||||
================
|
================
|
||||||
|
|
||||||
This is a no-bullshit file hosting and URL shortening service that also runs
|
This is a no-bullshit file hosting and URL shortening service that also runs
|
||||||
`envs.sh <https://envs.sh>`_. Use with uWSGI.
|
`null.101010.fr <https://null.101010.fr>`_. Use with uWSGI.
|
||||||
|
|
||||||
If you are running nginx, you should use the ``X-Accel-Redirect`` header.
|
If you are running nginx, you should use the ``X-Accel-Redirect`` header.
|
||||||
To make it work, include this in your nginx config’s ``server`` block::
|
To make it work, include this in your nginx config’s ``server`` block::
|
||||||
@ -51,7 +51,7 @@ INSTALL
|
|||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install python3-pip nginx uwsgi uwsgi-plugin-python3 certbot
|
apt install python3-pip nginx uwsgi uwsgi-plugin-python3 certbot
|
||||||
git clone https://github.com/envs-net/0x0.git /srv/0x0
|
git clone https://git.101010.fr/101010/0x0 /srv/0x0
|
||||||
|
|
||||||
cd /srv/0x0
|
cd /srv/0x0
|
||||||
pip3 install --user `cat requirements.txt`
|
pip3 install --user `cat requirements.txt`
|
||||||
|
Loading…
Reference in New Issue
Block a user