This commit is contained in:
hackerESQ
2025-01-25 18:09:02 -06:00
parent 8dd153fb53
commit 16d5b80657
5 changed files with 35 additions and 42 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ server {
fastcgi_param HTTPS $http_x_forwarded_proto;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_pass investbrain-app:9000;
fastcgi_pass 127.0.0.1:9000;
}
location ~ /\.ht {