1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Update nginx.conf

This commit is contained in:
Limezy 2022-03-27 10:07:11 +07:00
parent 4aa156579c
commit 1a4320df03

View file

@ -1,4 +1,5 @@
location = __PATH__/ {
rewrite ^__PATH__$ __PATH__/;
location ~ __PATH__/ {
default_type text/plain;
return 200 "This is where Dex is installed.";