better to use common-settings here
This commit is contained in:
parent
76ec7d0505
commit
a21c6bd002
2 changed files with 7 additions and 7 deletions
|
|
@ -7,13 +7,13 @@ masto.beeping.synth.download, masto.booping.synth.download {
|
|||
handle_path /favicon.png {
|
||||
root * /var/www/website/assets/synth.download/synth.png
|
||||
file_server
|
||||
encode zstd gzip
|
||||
import common-settings
|
||||
}
|
||||
|
||||
handle_path /packs {
|
||||
root * /var/www/fedi-frontends/chuckya-fe/packs
|
||||
file_server
|
||||
encode zstd gzip
|
||||
import common-settings
|
||||
}
|
||||
|
||||
import common-settings
|
||||
|
|
@ -31,14 +31,14 @@ akko.beeping.synth.download {
|
|||
}
|
||||
handle @redir {
|
||||
reverse_proxy 127.0.0.1:24042
|
||||
encode zstd gzip
|
||||
import common-settings
|
||||
}
|
||||
|
||||
# favicon
|
||||
handle_path /favicon.png {
|
||||
root * /var/www/website/assets/synth.download/synth.png
|
||||
file_server
|
||||
encode zstd gzip
|
||||
import common-settings
|
||||
}
|
||||
|
||||
# akkoma frontend
|
||||
|
|
@ -46,14 +46,14 @@ akko.beeping.synth.download {
|
|||
header Cache-Control "max-age=3600"
|
||||
try_files {path} /
|
||||
root * /var/www/fedi-frontends/akkoma-fe
|
||||
encode zstd gzip
|
||||
file_server
|
||||
import common-settings
|
||||
}
|
||||
handle_path /static/* {
|
||||
header Cache-Control "max-age=3600"
|
||||
root * /var/www/fedi-frontends/akkoma-fe/static
|
||||
encode zstd gzip
|
||||
file_server
|
||||
import common-settings
|
||||
}
|
||||
|
||||
import common-settings
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ beeping.synth.download {
|
|||
handle_path /assets/synth.download/synth.png {
|
||||
root * /var/www/website/assets/synth.download/synth.png
|
||||
file_server
|
||||
encode zstd gzip
|
||||
import common-settings
|
||||
}
|
||||
|
||||
import common-settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue