added some more stuff to caddy
This commit is contained in:
@@ -241,13 +241,12 @@ in {
|
|||||||
reverse_proxy localhost:4000
|
reverse_proxy localhost:4000
|
||||||
}
|
}
|
||||||
|
|
||||||
@static file
|
|
||||||
handle @static {
|
|
||||||
file_server
|
|
||||||
}
|
|
||||||
|
|
||||||
handle {
|
handle {
|
||||||
reverse_proxy localhost:3000
|
@notfile not file
|
||||||
|
handle @notfile {
|
||||||
|
reverse_proxy localhost:3000
|
||||||
|
}
|
||||||
|
file_server
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user