From 046f45f9ddf5fbf105112c0d9321c80edf5af507 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 10 Mar 2020 20:49:14 +0100 Subject: [PATCH] Change to https://null.101010.fr url --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 55f9fb2..a56c897 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The Null Pointer ================ This is a no-bullshit file hosting and URL shortening service that also runs -`envs.sh `_. Use with uWSGI. +`null.101010.fr `_. Use with uWSGI. 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:: @@ -42,7 +42,7 @@ INSTALL apt update 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 pip3 install --user `cat requirements.txt`