saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-10-17 20:18:20 +03:00
parent 991838e31f
commit 7afa06f3ca
5 changed files with 8 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ server {
error_log /var/log/nginx/vpn.898.ro.error.log notice;
location / {
proxy_pass http://192.168.1.100:8443;
proxy_pass https://192.168.1.100:8443;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
}