saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
16
nginx/conf.d/maintenance.898.ro.conf
Normal file
16
nginx/conf.d/maintenance.898.ro.conf
Normal 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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user