diff --git a/helm/templates/ragflow.yaml b/helm/templates/ragflow.yaml index 62f3242fef..e92ff845f5 100644 --- a/helm/templates/ragflow.yaml +++ b/helm/templates/ragflow.yaml @@ -55,8 +55,8 @@ spec: name: admin {{- end }} volumeMounts: - - mountPath: /etc/nginx/conf.d/ragflow.conf - subPath: ragflow.conf + - mountPath: /etc/nginx/conf.d/ragflow.conf.python + subPath: ragflow.conf.python name: nginx-config-volume - mountPath: /etc/nginx/proxy.conf subPath: proxy.conf diff --git a/helm/templates/ragflow_config.yaml b/helm/templates/ragflow_config.yaml index 01f9493761..aec5182e1c 100644 --- a/helm/templates/ragflow_config.yaml +++ b/helm/templates/ragflow_config.yaml @@ -18,7 +18,7 @@ kind: ConfigMap metadata: name: nginx-config data: - ragflow.conf: | + ragflow.conf.python: | server { listen 80; server_name _;