saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-07-20 12:36:07 +03:00
parent 1cbfa6c625
commit 44ade8bb32
15 changed files with 19 additions and 4 deletions

View File

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