Zend Framework on nginx

前端 未结 8 1348
小蘑菇
小蘑菇 2021-01-30 09:51

The Zend Framework based site I have been working on is now being migrated to its production server. This server turns out to be nginx (surprise!). Naturally the site does not w

8条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 10:17

    If it were at all possible, I would recommend that they setup Apache on a nonstandard port accessible only from the Nginx box, and have Nginx proxy to Apache.

    Nginx Proxy documentation

提交回复
热议问题