thg Wrote:
-------------------------------------------------------
> When pinging from internal server my netscaler replies successfully.
> Same as for other working websites handled by the Nginx. When trying
> to access webpage externally I get the Http/1.1 Service Unavailable
> message error. However when trying from an internal server I get a 403
> forbidden from the Nginx server. Now looking, the error log gives me
So your are not reaching your server as you have 2 different responses.
> Line 556: 2015/08/07 15:18:15 [error] 10352#13280: *10149129 directory
> index of "D:\wwwroot/" is forbidden, client: 194.143.xx.xx, server:
Add:
index index.html index.htm;
to its location block.
-------------------------------------------------------
> When pinging from internal server my netscaler replies successfully.
> Same as for other working websites handled by the Nginx. When trying
> to access webpage externally I get the Http/1.1 Service Unavailable
> message error. However when trying from an internal server I get a 403
> forbidden from the Nginx server. Now looking, the error log gives me
So your are not reaching your server as you have 2 different responses.
> Line 556: 2015/08/07 15:18:15 [error] 10352#13280: *10149129 directory
> index of "D:\wwwroot/" is forbidden, client: 194.143.xx.xx, server:
Add:
index index.html index.htm;
to its location block.