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 {
|
||||
handle /static/* {
|
||||
root * /var/www/static/
|
||||
handle_path /static* {
|
||||
root * /var/www/static
|
||||
file_server
|
||||
}
|
||||
|
||||
@@ -13,7 +13,9 @@ localhost {
|
||||
header_down Pragma "no-cache"
|
||||
header_down Expires "0"
|
||||
}
|
||||
|
||||
encode gzip
|
||||
|
||||
log {
|
||||
format console
|
||||
level DEBUG
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
invenio.i-form.ie {
|
||||
handle /static/* {
|
||||
handle_path /static/* {
|
||||
root * /var/www/
|
||||
file_server
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user