saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-12-02 12:27:10 +02:00
parent 90c134cd7f
commit c92cb0f5b2
123 changed files with 3227 additions and 214 deletions

View File

@@ -0,0 +1,16 @@
# allow list
geo $allow {
192.168.1.0/24 allowed;
188.26.227.57/32 allowed;
}
server {
listen 192.168.1.2:80;
server_name maintenance.898.ro;
root /var/www/html/maintenance;
index index.html;
}