mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
Fixed caddy config
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
localhost {
|
localhost {
|
||||||
handle /static/* {
|
handle_path /static* {
|
||||||
root * /var/www/static/
|
root * /var/www/static
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -13,7 +13,9 @@ localhost {
|
|||||||
header_down Pragma "no-cache"
|
header_down Pragma "no-cache"
|
||||||
header_down Expires "0"
|
header_down Expires "0"
|
||||||
}
|
}
|
||||||
|
|
||||||
encode gzip
|
encode gzip
|
||||||
|
|
||||||
log {
|
log {
|
||||||
format console
|
format console
|
||||||
level DEBUG
|
level DEBUG
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
invenio.i-form.ie {
|
invenio.i-form.ie {
|
||||||
handle /static/* {
|
handle_path /static/* {
|
||||||
root * /var/www/
|
root * /var/www/
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user