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:
parent
1a4320df03
commit
4b78b2a89b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
rewrite ^__PATH__$ __PATH__/;
|
rewrite ^__PATH__$ __PATH__/;
|
||||||
location ~ __PATH__/ {
|
location ~ __PATH__/$ {
|
||||||
|
|
||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
return 200 "This is where Dex is installed.";
|
return 200 "This is where Dex is installed.";
|
||||||
|
|
Loading…
Add table
Reference in a new issue