Quantcast
Channel: Nginx Forum - How to...
Browsing all 4759 articles
Browse latest View live

Adding second server and location - help!

Ive got a working config for my DO droplet to handle the Ubiquiti Unifi Controller installed on the droplet...i figured this config out and ive had this working for ages with no issues Basically it...

View Article


Query on NGINX Open Source

Hi All, I was referred by my colleague about NGINX. So i am new to CentOS and NGINX. We planned to have these services (Webserver and load-balancer) using NGINX Open Source. 1. I read installation...

View Article


Re: Query on NGINX Open Source

Hi All, BTW, the load-balancer i mentioned was a "reverse proxy" for my internal SINGLE Exchange server. Hope the Prebuilt NGINX open source package includes it. Show me the guide for this too. Thanks.

View Article

How to enable php windows server 2016

Hello, I have Nginx Crow running on a windows server and I would like to enable php for it. Is there a guide here on enabling php? There is no php stuff in my nginx.confg. Trying to setup a Contact Us...

View Article

Re: How to enable php windows server 2016

Have a look at the Install_nginx_php_services.zip link, after that see this https://www.mkyong.com/nginx/nginx-php-on-windows/

View Article


Re: How to enable php windows server 2016

okay, I'll check it out but I can't find the 'Install_nginx_php_services.zip' file

View Article

Re: How to enable php windows server 2016

Actually, I think I got it installed correctly, I can get to my test.php file information

View Article

how to send mail via gmail smtp

Hello, I am using a php script to send mail via a Contact Form on my webpage but I get an error saying that I have to configure the smtp stuff in php.ini. I found the php.ini-production file and the...

View Article


Re: how to send mail via gmail smtp

My php script is; [code] <?php $EmailFrom = "test@gmail.com"; $EmailTo = "name@mail.com"; $Subject = "Nice & Simple Contact Form by CSS-Tricks"; $Name = Trim(stripslashes($_POST['Name'])); $Tel...

View Article


Re: how to send mail via gmail smtp

// Configuring SMTP server settings $mail = new PHPMailer; $mail->isSMTP(); $mail->Host = 'smtp.gmail.com'; $mail->Port = 587; $mail->SMTPSecure = 'tls'; $mail->SMTPAuth = true;...

View Article

Re: how to send mail via gmail smtp

Okay, thanks. Do I have to download anything else like sendmail or just put this; // Configuring SMTP server settings $mail = new PHPMailer; $mail->isSMTP(); $mail->Host = 'smtp.gmail.com';...

View Article

how to setup 2 domains

Hello, I have 2 domain names so how do I set that up? do I just add a second server setting in nginx.conf? want the second one to go to a subfolder in my main webserver folder. thanks

View Article

Re: how to setup 2 domains

I tried to set 2 servers like the below but nginx doesn't start when I do :( server { listen 80; server_name server1.com; root C:/xampp/htdocs; access_log off; error_log off; location / { #root html;...

View Article


Kibana redirection to nginx "#"

Hello., I am trying to find the answer to the nginx proxy pass and rewrite rule. Where : - with location "/", no issue is seen when opening kibana UI thru Nginx - As we have a kibana dashboard which...

View Article

Computing total data transfered between clients and server?

Can i computing total data transfered between clients and server by nginx?

View Article


Re: how to send mail via gmail smtp

Hello, doesn't seem to be working. Getting error when I click Submit on my contact page; This page isn’t working www.website.com is currently unable to handle this request. HTTP ERROR 500

View Article

Re: how to send mail via gmail smtp

I'm doing this on my Debian server now and I installed Sendmail so now it says Message is sent but I didn't configure it ?? When do I configure Sendmail? Thanks

View Article


Re: how to send mail via gmail smtp

Nevermind, it is working. I didn't have to configure anything. What server does Sendmail use by default? Does it just use my own server?

View Article

How to create new request in module?

How I can make new request in other module? (to publish events into nchan-channels)

View Article

Short Friendly URL

I have configured nginx as a Reverse Proxy i have www.example.com configured, and need to configure test.example.com to mask www.example.com/dir/test How can i do this without redirecting?

View Article
Browsing all 4759 articles
Browse latest View live