File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 6.2.11 2022-11-29 <dave  at  tiredofit  dot  ca >  
2+ 
3+    ### Changed  
4+       - Bugfix 
5+ 
6+ 
17## 6.2.10 2022-11-29 <dave  at  tiredofit  dot  ca >  
28
39   ### Changed  
Original file line number Diff line number Diff line change @@ -420,11 +420,11 @@ nginx_configure_server() {
420420    ### FastCGI reverse proxy
421421    if var_true "${NGINX_ENABLE_FASTCGI_HTTPS}"; then
422422        print_notice "Enable Nginx FastCGI HTTPS Termination Support"
423-         sed -i "s|fastcgi_param  HTTPS '.*';|fastcgi_param  HTTPS 'on';|g" >>  /etc/nginx/fastcgi_params
423+         sed -i "s|fastcgi_param  HTTPS '.*';|fastcgi_param  HTTPS 'on';|g" /etc/nginx/fastcgi_params
424424        PROTOCOL="https://"
425425    else
426426        print_debug "Disable Nginx FastCGI HTTPS Termination Support"
427-         sed -i "s|fastcgi_param  HTTPS '.*';|fastcgi_param  HTTPS 'off';|g" >>  /etc/nginx/fastcgi_params
427+         sed -i "s|fastcgi_param  HTTPS '.*';|fastcgi_param  HTTPS 'off';|g" /etc/nginx/fastcgi_params
428428        PROTOCOL="http://"
429429    fi
430430
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments