mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			302 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			302 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| location /wordpress {
 | |
|   proxy_pass http://127.0.0.1:{{ apache_port }}/wordpress;
 | |
| }
 | |
|  location ~ /wordpress/.*\.php$ {
 | |
| 
 | |
|     proxy_set_header X-Real-IP  $remote_addr;
 | |
|     proxy_set_header X-Forwarded-For $remote_addr;
 | |
|     proxy_set_header Host $host;
 | |
|     proxy_pass http://127.0.0.1:{{ apache_port }};
 | |
| 
 | |
| }
 |