Can't login on PunBB 1.4.2, SSL error
Hello(Cross posted on the PunBB forum)(Feel free to move this topic to any more appropried forum)So since I setup Nginx instead of Apache a a web server to run a PunBB 1.4.2, we can't login anymore...
View ArticleRe: Can't login on PunBB 1.4.2, SSL error
FlorentP Wrote:-------------------------------------------------------> 1.4.2, we can't login anymore :>> Upon clicking on the "Confirm" or "Cancel" we are redirected to>...
View ArticleRe: Can't login on PunBB 1.4.2, SSL error
itpp2012 Wrote:-------------------------------------------------------> You are redirected to ssl (which you obviously have setup) and youHey! thanks for you replyIf SSL is indeed setup, I did...
View ArticleRe: Can't login on PunBB 1.4.2, SSL error
You can't use the 'ssl' setting when not using its parameters and its files, so remove ssl.
View ArticleProxy Websockets: 499 & 504s
Greetings!I am trying to use NGINX to:1) Serve static content (working as expected)2) Proxy dynamic content to fastcgi mono (working as expected)3) Proxy webSockets (using XSockets as a wrapper) to...
View ArticleHow to config Opencart rewrite on nginx?
Anyone can help me to config nginx 1.9.4 (centmin mod) to run Opencart 2.0.3.1 seo url? Thank you.
View ArticleHow to configute example.com/index.php/admin/login
Hello, I have problem with my subdirectory and a script in it.I have installed wordpress and it works great but in subfolder /autopost/ I have a script which I can't open because I get "The page is not...
View ArticleUse if condition with $upstream_http_myheader
Hi Everybody,First, I hope the question has never been asked ...I am using NGinx as a reverse proxy and load balancing with upstream.This is working perfectly, BUT I have to send a return code "404"...
View ArticleNGINX - 1 NIC in DMZ and 1 NIC in LAN questions
HiI am looking at deploying NGINX as a reverse proxy solution in my environment.I am also new to this (Linux and Nginx).I have a DMZ and a LAN segment defined in my firewall.The NGINX box will have 2...
View Articleproxy_pass not honoring port number?
I want to direct mysite.com/sabnzbd/ to 192.168.0.105:800, which is a daemon with a web interface on another local server. To accomplish this, I want to add a reverse proxy to my nginx.conf. The...
View ArticleRe: NGINX - 1 NIC in DMZ and 1 NIC in LAN questions
Listen 80, will listen on all lan interfaces, so it will take requests from dmz and answer them on the same interface.When it comes to passing requests on another lan, you simply need to address this...
View ArticleRe: NGINX - 1 NIC in DMZ and 1 NIC in LAN questions
Hi itpp2012 and thank you for the reply.You did say that normal routing will take care of the rest as long as the new network is defined with the proxy_pass statement.I will try that.My CentOS is...
View ArticleRe: NGINX - 1 NIC in DMZ and 1 NIC in LAN questions
Just to follow up on my comments above - having 2 gateways defined in the NICs settings might make them both default?I am thinking on the DMZ NIC to have a default gateway and then on the LAN NIC have...
View ArticleRe: NGINX - 1 NIC in DMZ and 1 NIC in LAN questions
Adding a static route will definitely help but the default routing table should take care of this regardless of any gateway.Unless your running with mask 0.0.0.0 :-)
View ArticleLocal links not working after nginx proxy_pass
I was trying to do some redirection with Nginx, was working fine with a simple rewrite, but it seems it did not meet the requirements. We need to hide the new address and keep the old. I read some...
View ArticleRe: NGINX - 1 NIC in DMZ and 1 NIC in LAN questions
Just a follow up on this issue (perhaps it will help other later on).I have to disable the Gateway on the LAN NIC.So default Gateway is enabled and it is on the DMZ side, while the LAN side has no...
View ArticleRe: How to allow path /batch?x=y
I solved this problem by replacing (drupal config recommended by nginx)location / {try_files $uri /index.php;}withlocation / {try_files $uri /index.php?$query_string;}
View ArticleNo PHP message is given in error.log
Hello,every few seconds I get this error in my error.log:FastCGI sent in stderr: "PHP message:" while reading response header from upstream, client: ..., server: www.test.de, request: "GET /forum...
View ArticleRe: proxy_pass not honoring port number?
Can anyone recommend a way to configure nginx to (a) host a wordpress server at mysite.com/ and (b) handle reverse poxies, eg: mysite.com/forum/
View ArticleUnable to make my configuration work
My configuration looks like this...server {listen 80;server_name 127.0.0.1 localhost;location = /index.html {root /etc/nginx/html/app1;index index.html;}location / {root /etc/nginx/html/app1;index...
View Article