Questions tagged [nginx]
The nginx tag has no summary.
10 questions
0
votes
1
answer
805
views
nginx how to remove index.php from URL for an MSM site?
I have an existing Expressionengine MSM site that I've moved to nginx on my local machine, consisting of 2 sites in subdirectories:
/en
/system
/index.php
/admin.php
/de
/index.php
...
1
vote
0
answers
270
views
Load-Balancing with ExpressionEngine
I am kind of new to loadbalancing. I've been tasked up with figuring out how to load balance our servers that run ExpressionEngine. We are using two plugins, Assets and CE_Image. I've been reading up ...
0
votes
1
answer
325
views
Cartthrob ct_pay_by_check causes 502 Bad Gateway | nginx
Specs: EE 2.8.1 | CT 2.5 | PHP 5.3.5
I'm running into an issue where using the ct_pay_by_check gateway during checkout is giving me a "502 Bad Gateway | nginx" error on returning to the confirmation ...
3
votes
2
answers
258
views
404 when Sagepay attempts to contact Cartthrob notification URL in Nginx
https://xxx.xxx.xxx/themes/third_party/cartthrob/lib/extload.php
works fine, but
https://xxx.xxx.xxx/themes/third_party/cartthrob/lib/extload.php/sage_s
returns a 404.
My nginx server config is as ...
1
vote
0
answers
294
views
Expression Engine and NGINX
I just recently updated my DV server (media temple) to their new infrastructure DV4.0. Most recently I've been experiencing latency of more than 8s to load my site or any site on my server. After ...