Fix Arch for latest mkosi + absolute_redirect off;

This commit is contained in:
Miraty 2022-07-20 20:06:29 +02:00
parent ed0d3cc36c
commit 1ec396f5ed
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,8 @@ http {
types_hash_max_size 1024;
server_names_hash_bucket_size 128;
absolute_redirect off;
# Performance optimisation
sendfile on;
tcp_nopush on;

View File

@ -88,4 +88,7 @@ if [[ $ID = "arch" ]]; then
systemctl enable nginx
systemctl enable tor
systemctl enable php-fpm
pacman-key --init
pacman-key --populate
fi