Commented out the nginx config line "uwsgi_pass"

But, when I link the jquery over the net it works, BUT I need it to
work over Local LAN, even if the connection to net is on or not.

Please guide me on that also.

TIA



On 6 October 2014 20:47, Damjan Georgievski <[email protected]> wrote:
>>   location /project/ {
>>     include uwsgi_params;
>>     uwsgi_pass 127.0.0.1:9090;
> ...
>> [uwsgi]
>> http-socket    = :9090
>
> You can't use uwsgi_pass with http-socket
>
>
> --
> damjan
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to