mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Fix mytinytodo formatting
This commit is contained in:
parent
08d1eefe1e
commit
1c19e66559
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
||||||
# works with https://github.com/breakall/mytinytodo-docker
|
# works with https://github.com/breakall/mytinytodo-docker
|
||||||
# set the mtt_url to 'https://your.domain.com/todo/' in db/config.php
|
# set the mtt_url to 'https://your.domain.com/todo/' in db/config.php
|
||||||
|
|
||||||
location ^~ /todo {
|
location /todo {
|
||||||
return 301 $scheme://$host/todo/;
|
return 301 $scheme://$host/todo/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^~ /todo/ {
|
location ^~ /todo/ {
|
||||||
|
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue