Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 3 of 3
I added the cache configuration in my windows envir, but i can't login my app ,the error log is below:
2014/05/07 10:06:27 2160#14172: *3 CreateFile() "D:\myapp\nginx1.5/cache/myapp/static/msgengine/msgengine.js" failed (3: The system cannot find the path specified), client: 192.168.3.112, server: 0.0.0.0, request: "GET /myapp/static/msgengine/msgengine.js HTTP/1.1", host:
by
sam.gu
-
New Member Introductions
i added the cache configuration in my nginx.conf ,like this :
location ~ .*\.(js|css|ico|jpg|jpeg|png|gif)$
{
expires 7d;
root cache;
proxy_store on;
}
But i coudlen't login my app ,the error log is :
2014/05/07 09:27:13 2516#12636: *11 CreateFile() "D:/myapp/nginx-1.4.2/cache/myapp/static/msgengin
by
sam.gu
-
Nginx Mailing List - English
Now, my envir is Ngnix 1.4.2+Jboss as 7.i met some questions about load balance. It's not any question when i using ip_hash.But,if i using weight ,i can't login my app, will be logout my app when i enter user and pass.
The below is the content of access.log. it's be logout myapp after login. it's no problem if using ip hash.:
192.168.6.143 - - [10/Oct/2013:10:15:19 +0800] "GET /myapp
by
sam.gu
-
Ideas and Feature Requests