Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 16:57:42 +0200 (CEST)
From:      "Michael Valenta" <michael.valenta@seznam.cz>
To:        <freebsd-questions@FreeBSD.org>, <freebsd-doc@FreeBSD.org>
Subject:   Issue, please answer
Message-ID:  <7GN.1R}p6.7ai49SmBgi6.1TWvTc@seznam.cz>

next in thread | raw e-mail | index | archive | help

Hello FreeBSD,

im having a little problem with website. Im using nginx on system FreeBSD =
11.2. 


The problem is simple, when i click on any button, it's supposed to redire=
ct me on another site, instead of redirecting it downloads a file and that=
's bad, would love your help with fixing my issue as soon as possible, i a=
lready typed on your support, but no respond, and we really need fast resp=
ond, so please, answer me, since we already bought your system.

My nginx config

}

    server {
    server_name mydomain.com www.mydomain.com; # use domain name if you ha=
ve here
    access_log  /var/log/nginx/1.access.log;
    error_log  /var/log/nginx/1.error.log;
    index index.php index.html index.htm;

    root /web/mydomain.com;
    # php config let nginx talk to php socket
    location ~ \.php$ {
    try_files $uri =3D404;
    fastcgi_split_path_info ^(.+\.php)(/.+)$;
    fastcgi_pass unix:/var/run/php72-fpm.sock;
    fastcgi_index index.php;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    include fastcgi_params;  
    
	}
}
From owner-freebsd-questions@freebsd.org  Thu Sep 19 15:32:37 2019
Return-Path: <owner-freebsd-questions@freebsd.org>
Delivered-To: freebsd-questions@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E891126A13
 for <freebsd-questions@mailman.nyi.freebsd.org>;
 Thu, 19 Sep 2019 15:32:37 +0000 (UTC)
 (envelope-from jim@mailman-hosting.com)
Received: from maurice.jlkmail.com (maurice.jlkmail.com [104.250.132.154])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 46Z17Q2GsZz3PB1
 for <freebsd-questions@FreeBSD.org>; Thu, 19 Sep 2019 15:32:33 +0000 (UTC)
 (envelope-from jim@mailman-hosting.com)
Received: from maurice.jlkmail.com (localhost [127.0.0.1])
 by maurice.jlkmail.com (Postfix) with ESMTP id F351924C0606
 for <freebsd-questions@FreeBSD.org>; Thu, 19 Sep 2019 11:21:12 -0400 (EDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=
 mailman-hosting.com; h=content-type:content-type:mime-version
 :subject:subject:references:in-reply-to:message-id:to:from:from
 :date:date; s=dkim; t=1568906458; x=1569770459; bh=ySugkJdYGUu8P
 b8uRqdWJhu+jZ/hDZ5kdn04TFj3JXQ=; b=Owx3aPVOrLOM4kSXtYfWUlbfE1eiR
 CGfTp82Hl/Fty9MO4pL9e0GF5fZ04oGGPFn4XKn4RfX6OWYhosZJNZ5VSADRUFF6
 IhdFARIajMKiofh7OY03brshylFePE3iLzo6uREUCrCQJlBLw50duSQlwVz6G0aM
 +w6zG7tZ2akhIA=
X-Virus-Scanned: Debian amavisd-new at maurice.jlkmail.com
X-Spam-Flag: NO
X-Spam-Score: -0.998
X-Spam-Level: 
X-Spam-Status: No, score=-0.998 tagged_above=-999 required=6.31
 tests=[ALL_TRUSTED=-1, HTML_MESSAGE=0.001, URIBL_BLOCKED=0.001]
 autolearn=ham autolearn_force=no
Received: from maurice.jlkmail.com ([127.0.0.1])
 by maurice.jlkmail.com (maurice.jlkmail.com [127.0.0.1]) (amavisd-new,
 port 10026)
 with ESMTP id lJ_zkhhGEb0V for <freebsd-questions@freebsd.org>;
 Thu, 19 Sep 2019 11:20:58 -0400 (EDT)
Received: from [192.168.1.198] (static-70-104-198-154.nrflva.fios.verizon.net
 [70.104.198.154])
 by maurice.jlkmail.com (Postfix) with ESMTPSA id 1FFF324C03FD;
 Thu, 19 Sep 2019 11:20:34 -0400 (EDT)
Date: Thu, 19 Sep 2019 11:20:06 -0400
From: jim@mailman-hosting.com
To: freebsd-questions@FreeBSD.org, freebsd-doc@FreeBSD.org, Michael
 Valenta <michael.valenta@seznam.cz>
Message-ID: <c1955964-60d0-4f4e-85d9-9d054887891b@Spark>
In-Reply-To: <7GN.1R}p6.7ai49SmBgi6.1TWvTc@seznam.cz>
References: <7GN.1R}p6.7ai49SmBgi6.1TWvTc@seznam.cz>
Subject: Re: Issue, please answer
X-Readdle-Message-ID: c1955964-60d0-4f4e-85d9-9d054887891b@Spark
MIME-Version: 1.0
X-Rspamd-Queue-Id: 46Z17Q2GsZz3PB1
X-Spamd-Bar: --
Authentication-Results: mx1.freebsd.org;
 dkim=pass header.d=mailman-hosting.com header.s=dkim header.b=Owx3aPVO;
 dmarc=pass (policy=none) header.from=mailman-hosting.com;
 spf=pass (mx1.freebsd.org: domain of jim@mailman-hosting.com designates
 104.250.132.154 as permitted sender) smtp.mailfrom=jim@mailman-hosting.com
X-Spamd-Result: default: False [-2.61 / 15.00]; ARC_NA(0.00)[];
 RCVD_VIA_SMTP_AUTH(0.00)[];
 R_DKIM_ALLOW(-0.20)[mailman-hosting.com:s=dkim];
 NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; RCPT_COUNT_THREE(0.00)[3];
 TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx];
 NEURAL_HAM_LONG(-1.00)[-1.000,0];
 MIME_GOOD(-0.10)[multipart/alternative,text/plain];
 PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org];
 RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[];
 DKIM_TRACE(0.00)[mailman-hosting.com:+];
 DMARC_POLICY_ALLOW(-0.50)[mailman-hosting.com,none];
 FROM_NO_DN(0.00)[];
 IP_SCORE(-0.11)[asn: 53850(-0.52), country: US(-0.05)];
 FROM_EQ_ENVFROM(0.00)[]; MID_RHS_NOT_FQDN(0.50)[];
 MIME_TRACE(0.00)[0:+,1:+,2:~];
 ASN(0.00)[asn:53850, ipnet:104.250.128.0/19, country:US];
 RCVD_TLS_LAST(0.00)[]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 19 Sep 2019 15:32:37 -0000

This is not a FreeBSD issue. You might have more luck on the nginx making list:

http://mailman.nginx.org/mailman/listinfo/nginx

Jim Ohlstein
On Sep 19, 2019, 10:58 AM -0400, Michael Valenta <michael.valenta@seznam.cz>, wrote:
>
> Hello FreeBSD,
>
> im having a little problem with website. Im using nginx on system FreeBSD 11.2.
>
>
> The problem is simple, when i click on any button, it's supposed to redirect me on another site, instead of redirecting it downloads a file and that's bad, would love your help with fixing my issue as soon as possible, i already typed on your support, but no respond, and we really need fast respond, so please, answer me, since we already bought your system.
>
> My nginx config
>
> }
>
> server {
> server_name mydomain.com www.mydomain.com; # use domain name if you have here
> access_log /var/log/nginx/1.access.log;
> error_log /var/log/nginx/1.error.log;
> index index.php index.html index.htm;
>
> root /web/mydomain.com;
> # php config let nginx talk to php socket
> location ~ \.php$ {
> try_files $uri =404;
> fastcgi_split_path_info ^(.+\.php)(/.+)$;
> fastcgi_pass unix:/var/run/php72-fpm.sock;
> fastcgi_index index.php;
> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
> include fastcgi_params;
>
> }
> }
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7GN.1R}p6.7ai49SmBgi6.1TWvTc>