반응형
RewriteRule ^/robots\.txt /robots.txt [NC,L]
<Directory />
AllowOverride none
Require all granted
Allow from all
</Directory>
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /robots.txt !
ProxyPass /op http://172.0.0.1:8090/op
ProxyPassReverse /op http://172.0.0.1:8090/op
<Location /op>
Order allow,deny
Allow from all
</Location>
ProxyPass / http://172.0.0.1:8080/
ProxyPassReverse / http://172.0.0.1:8080/
<Location />
Order allow,deny
Allow from all
</Location>
https://prettycode.tistory.com
반응형
'리눅스' 카테고리의 다른 글
MISCONF Redis is configured to save RDB snapshots (0) | 2020.03.07 |
---|---|
redis centos7 설치 (0) | 2020.03.05 |
리눅스 시간 동기화 (0) | 2019.11.05 |
java.net.UnknownHostException: goni9071: goni9071: 이름 혹은 서비스를 알 수 없습니다 (0) | 2019.10.29 |
아파치 response header server 정보 숨기기 (0) | 2019.10.15 |
sftp port 변경 (0) | 2019.10.15 |
리눅스 비트 수 확인 (0) | 2019.08.13 |
telnet 대신 방화벽 확인하기 - nc (0) | 2019.07.29 |