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

@@ -19,12 +19,14 @@ server {
proxy_pass https://mail.898.ro/gitea;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
}
location /gitea {
proxy_pass https://mail.898.ro/gitea;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
}
}