kopia lustrzana https://github.com/simonw/datasette
				
				
				
			
		
			
				
	
	
		
			14 wiersze
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			14 wiersze
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
| <Directory /app/html/>
 | |
|     Options Indexes FollowSymLinks
 | |
|     AllowOverride None
 | |
|     Require all granted
 | |
| </Directory>
 | |
| 
 | |
| <VirtualHost *:80>
 | |
|     ServerName localhost
 | |
|     DocumentRoot /app/html
 | |
|     ProxyPreserveHost On
 | |
|     ProxyPass /prefix/ http://127.0.0.1:8001/
 | |
|     Header add X-Proxied-By "Apache2 Debian"
 | |
| </VirtualHost>
 |