mastus: fix radicale reverse-proxy
This commit is contained in:
		
							parent
							
								
									680eaf6043
								
							
						
					
					
						commit
						6b98842a17
					
				@ -64,7 +64,7 @@ in
 | 
				
			|||||||
        proxy_set_header Host $http_host;
 | 
					        proxy_set_header Host $http_host;
 | 
				
			||||||
        proxy_redirect off;
 | 
					        proxy_redirect off;
 | 
				
			||||||
        proxy_buffering off;
 | 
					        proxy_buffering off;
 | 
				
			||||||
        proxy_pass http://gogs;
 | 
					        proxy_pass http://radicale;
 | 
				
			||||||
        client_max_body_size 30M;
 | 
					        client_max_body_size 30M;
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user