Quantcast
Channel: Nginx Forum - Other discussion
Browsing all 972 articles
Browse latest View live
↧

Re: NFS Access Error while writing logs on mounted device

No idea, we use log servers for collecting logs, writing and pushing logs to other log servers for analysis. These are tcp connections where the end point deals with writing to disk, nginx is never...

View Article


Nginx not properly upgrading websocket connections

I followed the documentation and it still isnt properly proxying my websocket for xmpp. Upgrades always somehow result in nginx returning keep-alives and 502's instead of doing what its been told to...

View Article


Re: Nginx not properly upgrading websocket connections

Issue has been resolved.

View Article

Re: NFS Access Error while writing logs on mounted device

I think I found the reason of this issue: The unfsd service manual tells in the nfs3 bug section that all the path needs to be in exec rights for the user, and that the server executes the requests...

View Article

HTTP/2 Failure

I ran into an issue with HTTP/2 a while ago, and each version I cannot seem to fix it. http://serverfault.com/questions/747997/http-2-returning-weird-symbols Running on the latest version (1.9.12) has...

View Article


keepalive strange behaviour

Hi, I'm trying to improve the performance of a webapp behind nginx 1.9.7. My server freezes due to the high time_wait ports. I added the keepalive sentece to the upstream and the "proxy_http_version...

View Article

Re: keepalive strange behaviour

Some logging files, config used and a simple explanation what requests are made would help. https://forum.nginx.org/read.php?1,252530

View Article

Re: keepalive strange behaviour

Attached a non working debug log and a working debug log. My nginx.conf looks like: user nginx; worker_processes auto; error_log /var/log/nginx/error.log debug; pid /var/run/nginx.pid;...

View Article


Re: keepalive strange behaviour

Try with these options disabled, # multi_accept on; # use epoll; # sendfile on;

View Article


Nginx access works on WAN but not LAN

Hi, I am new to nginx and have search almost everywhere. The problem is that anywhere outside my network, I can access the default nginx page, but when I am on the local network, be it my arch linux...

View Article

Re: Nginx access works on WAN but not LAN

You need to add a local DNS entry for your local LAN pointing to its LAN ip address.

View Article

Configuring Nginx to push RTMP to VLC

We are currently pulling an RTMP stream from a server into Nginx. We need to configure it to push that RTMP stream out, as is, to a VLC player. How can we configure Nginx to push an RTMP stream out so...

View Article

Windows php cgi perfomance

Hi I have http://nginx-win.ecsds.eu/ version 1.9.13.1 Windows server 2012r2 VDS with two 200% time cpu cores, 4 gb ram php 7.0.4 opcache enabled, about 95% hit Story is that when i start free test from...

View Article


Re: Windows php cgi perfomance

Igor Kuznetsov Wrote: ------------------------------------------------------- > Story is that when i start free test from loadimpact with 50 virtual > users on site main page i have about 40% cpu...

View Article

Re: Windows php cgi perfomance

Igor Kuznetsov Wrote: ------------------------------------------------------- > What can i tune in that config ? > worker_processes 1; Use 2 or 4. > multi_accept on; Set off > sendfile on;...

View Article


Re: Windows php cgi perfomance

why off ? every tutorial i see - they are on..

View Article

Re: Windows php cgi perfomance

We've re-engineered the software and we recommend it to be off.

View Article


Re: Windows php cgi perfomance

ok.. looks like i almost done with cache Little problem is that "Viewed" list is not working There is a cookie that have a data about viewed items on site, it ok, cookie is updating while i using site,...

View Article

Re: Windows php cgi perfomance

Igor Kuznetsov Wrote: ------------------------------------------------------- > ok.. looks like i almost done with cache > > Little problem is that "Viewed" list is not working > > There...

View Article

Re: Windows php cgi perfomance

Problem solved http { fastcgi_cache_path D:/Server/nginx_cache levels=1:2 keys_zone=YOURAPP:100m inactive=60m; } location ~ \.php$ { root D:/Server/htdocs/; fastcgi_pass 127.0.0.1:9123; # single...

View Article
Browsing all 972 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>