saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-09-23 18:31:18 +03:00
parent 75751bf094
commit a56e106f9f

View File

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