mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Added WSGIPassAuthorization to example Apache config
This commit is contained in:
		@@ -73,6 +73,9 @@ Once Apache is installed, proceed with the following configuration (Be sure to m
 | 
			
		||||
 | 
			
		||||
    Alias /static /opt/netbox/netbox/static
 | 
			
		||||
 | 
			
		||||
    # Needed to allow token-based API authentication
 | 
			
		||||
    WSGIPassAuthorization on
 | 
			
		||||
 | 
			
		||||
    <Directory /opt/netbox/netbox/static>
 | 
			
		||||
        Options Indexes FollowSymLinks MultiViews
 | 
			
		||||
        AllowOverride None
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user