Fix proxy rule of nginx for owncloud
This commit is contained in:
		
							parent
							
								
									9c8e029995
								
							
						
					
					
						commit
						197a77966f
					
				|  | @ -52,7 +52,7 @@ http { | ||||||
|         server_name ~^(owncloud)(\.\w+)+$; |         server_name ~^(owncloud)(\.\w+)+$; | ||||||
| 
 | 
 | ||||||
|         location / { |         location / { | ||||||
|             set $deluge http://owncloud:80; |             set $owncloud http://owncloud:80; | ||||||
|             proxy_pass $owncloud; |             proxy_pass $owncloud; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue