Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道使用 apache 指令,可以根据 IP 地址拒绝/允许访问某些文件:
Allow from address
但是,在 Magento 中,有一个特定的模块/路由,我希望只有一个 IP 可以访问。有没有办法在该模块的配置/ xml 中指定这个?
否则,我可以以某种方式使用 .htaccess 方法吗?
最后,我在这个项目中使用了 Puphpet / Vagrant 环境。是否可以在 Puphpet 配置中指定这个?
我最终通过使用可用的 bash 脚本挂钩解决了这个问题。我创建了一个 bash 脚本,将此特定指令添加到 nginx.conf 中,并将其放在puphpet/files/startup-always. 所以每次运行vagrant upor时vagrant provision,都会执行这个 bash 脚本。
puphpet/files/startup-always
vagrant up
vagrant provision