[*] Блок доступа ко всем файлам/папке по умолчанию
make/myfolder/ Code, доступный для всех
Все < /p>
< /li>
< /ol>
Это то, что я попробовал < /p>
Код: Выделить всё
Order Deny,Allow
Deny from all
Allow from x.x.x.x
Allow from all
< /code>
my apache.conf < /p>
ServerName www.example.com
ServerAlias example.com
DocumentRoot /var/www/example/example.jp/
ProxyRequests off
ProxyPreserveHost on
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
ProxyPass /ws !
alias /ws /var/www/example/example.jp/ws
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
ProxyPass / http://127.0.0.1:3000/
ProxyPassReverse / http://127.0.0.1:3000/
Проблема - это все блокируется.>
Подробнее здесь: https://stackoverflow.com/questions/794 ... older-only