Re: How to use php file as an errorpage?
There where a php file is suppose to be run you need to tell nginx to do so (fast_cgi).
View ArticleHow to access module configs from init_process
I'm trying to figure out how to access http upstream module's config from init process handler.I tried:static ngx_int_tngx_http_upstream_lb_init_process(ngx_cycle_t *cycle){ngx_http_conf_ctx_t...
View ArticleModify POST request and forward to Naxsi
Is it possible to create an nginx module which can receive a POST request, modify it, then forward it to the naxsi module?The background to the question is the following:There are clients performing...
View ArticleRe: Modify POST request and forward to Naxsi
Naxsi is not going to do much for you, look into Lua (openresty) where you can do these kind of things, see also https://groups.google.com/forum/#!forum/openresty-en
View ArticleConvert Apache require user to nginx
Hello everybody,Is there any way to use this kind of configuration in nginx ?Basically , i wan't to allow access to a website only from internal network IP's and for a specific user from htpasswd.I...
View ArticleRewrite subdomain to main domain
I really hope someone can help me out.I was using a CDN recentely and used cache.example.com for static requests. Now I canceled my subscription and would like to rewite the cache subdomain to just...
View ArticleRe: on the fly transcode video file for download
use rtmp module, this module use ffmpeg to transcode stream, may be work for you, for me work very well, (live) rtsp, mpeg or mjpeg stream --> rtmp -> hls / dash & recording flv stream in...
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
So, finally can give feedback. Stream works very well for the OpenVPN (using TCP).Only thing I had to change wasproxy_conenct_timeoutproxy_timeoutSet both values to 300s, otherwise the OpenVPN client...
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
inzanez Wrote:-------------------------------------------------------> So, finally can give feedback. Stream works very well for the OpenVPNGood !> Only thing I wonder now:> Can I still use...
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
wow, ok...that's amazing!Thanks for the answer :-)
View ArticleReverse Proxy NO SSL
Hello everyone, I introduce myself, my name is Alexander and I am a new user, I know very little nginx, can you give me a hand? I set up a reverse proxy ssl, but when I try not to use ssl by changing...
View ArticleMonitor number of active upstreams
Hi all,While running a Rails applications with unicorn, I have a limited number of unicorn processes running to serve requests for nginx. I would like to monitor the utilization of those unicorn...
View ArticleRe: Monitor number of active upstreams
Maybe this one https://github.com/vozlt/nginx-module-vts
View ArticleNew User Sites Configuration
Hello,I'm moving to Nginx from Apache so I can try an application called Paperwork from Two Stairs.On there example sites configuration file it has:server {listen 80;# listen 443 ssl;root...
View ArticleMariaDB nginx windows 10
hey guys i've had a search about but i can't find how to install and configure MariaDB for nginx if anyone could please explain how please.thank you
View ArticleRe: MariaDB nginx windows 10
MariaDB has nothing to do with nginx, inside nginx you configure php or Lua and from there on you connect to mariadb, mariadb should already be installed separately. nginx by itself does not connect to...
View ArticleRe: MariaDB nginx windows 10
ok thank youalso i'm having a problem with my config file as i'm getting a error in my log:2015/09/05 17:12:07 [emerg] 5928#5924: unknown directive "index.html" in C:\nginx/conf/nginx.conf:44but...
View ArticleRe: MariaDB nginx windows 10
Read a few things first before tacking these things: https://blog.martinfjordvald.com/2010/07/nginx-primer/
View ArticleRe: MariaDB nginx windows 10
worked brilliantly thank you...one last thing, how am i able to start nginx automatically as soon as windows boots up please?
View ArticleRe: MariaDB nginx windows 10
See the install nginx/php services on http://nginx-win.ecsds.eu/
View Article