minor changes to nginx

This commit is contained in:
Lorenzo Carbonell 2022-02-20 09:56:22 +01:00
parent e3d5dc9039
commit 6e2289db68

View File

@ -7,9 +7,11 @@ git clone https://github.com/atareao/self-hosted.git
cd self-hosted/webdav
mkdir share
cp sample.env .env
htpasswd -bc htpasswd tu-usuario$USERNAME tu-contraseña
htpasswd -bc htpasswd tu-usuario tu-contraseña
```
Remember to change <tu-usuario> and <tu-contraseña> for your own credentials
If you want to work with Traefik,
```