From a56e106f9ffd94cb4a0117dc30f69aac4c520998 Mon Sep 17 00:00:00 2001 From: bms8197 Date: Fri, 23 Sep 2022 18:31:18 +0300 Subject: [PATCH] saving uncommitted changes in /etc prior to dnf run --- nginx/conf.d/secure.898.ro.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/secure.898.ro.conf b/nginx/conf.d/secure.898.ro.conf index 3fa6d69..d78e806 100644 --- a/nginx/conf.d/secure.898.ro.conf +++ b/nginx/conf.d/secure.898.ro.conf @@ -18,7 +18,7 @@ server { error_log /var/log/nginx/secure.898.ro.error.log notice; 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 Host $http_host; }