saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-05-21 00:34:33 +03:00
parent b3b28f4d51
commit 8cef75f735
5 changed files with 54 additions and 1 deletions

View File

@@ -27,6 +27,11 @@ server {
autoindex on;
}
location ~ /(_heyo|solas-sol) {
deny all;
return 404;
}
# gzip should not be used with SSL
#gzip off;