caddy conf 1. try
This commit is contained in:
parent
89fdcbb5bd
commit
e65c5d6962
|
|
@ -27,14 +27,12 @@ gitea.bizmatch.net {
|
|||
}
|
||||
|
||||
dev.bizmatch.net {
|
||||
handle /pictures/* {
|
||||
root * /home/aknuth/git/bizmatch-project/bizmatch-server
|
||||
file_server
|
||||
}
|
||||
root * /srv
|
||||
file_server
|
||||
try_files {path} {path}/ /index.html
|
||||
|
||||
handle {
|
||||
root * /srv
|
||||
try_files {path} {path}/ /index.html
|
||||
handle /pictures/* {
|
||||
root * /
|
||||
file_server
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue