nginx/templates/etc
meaz 85634f409e add etesync template (#64)
@muppeth I don't manage to add frontend to for example https://etesync.example.org/web

I tried to add something like:

```
location /web {
        alias /var/www/etesync-web/;
        index index.html;
}

```

But the static files give error 404.

Also, at the moment, access to https://etesync.example.org gives that generic page:
```
It works!

Please refer to the README to complete the final steps if you haven't done so already.
```

I don't know how to properly remove that by etesync-web

Reviewed-on: #64
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2024-07-04 11:20:44 +02:00
..
nginx add etesync template (#64) 2024-07-04 11:20:44 +02:00
tor Tor Adjustements (#44) 2023-01-18 21:58:55 +00:00