Upload
This commit is contained in:
commit
ad828f9c1d
4 changed files with 20 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Expatbase
|
||||||
|
|
||||||
|
Expatbase is an unfinished Flarum community site for foreigners to discuss visas, daily life and travel.
|
||||||
17
etc/caddy/Caddyfile
Normal file
17
etc/caddy/Caddyfile
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
expatbase.net {
|
||||||
|
root * /var/www/html/flarum/public
|
||||||
|
php_fastcgi unix//var/run/php/php8.2-fpm.sock
|
||||||
|
header /assets/* {
|
||||||
|
+Cache-Control "public, must-revalidate, proxy-revalidate"
|
||||||
|
+Cache-Control "max-age=25000"
|
||||||
|
Pragma "public"
|
||||||
|
}
|
||||||
|
|
||||||
|
file_server
|
||||||
|
encode zstd gzip
|
||||||
|
}
|
||||||
|
|
||||||
|
mail.expatbase.net {
|
||||||
|
reverse_proxy localhost:8081
|
||||||
|
encode zstd gzip
|
||||||
|
}
|
||||||
BIN
flarum-starter.tar.zst
Normal file
BIN
flarum-starter.tar.zst
Normal file
Binary file not shown.
BIN
var.zip
Normal file
BIN
var.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue