Questions tagged as 'nginx'

1
answer

Installing gitlab in subdomain subdomain (apache) in Debian

I wanted to ask if to install gitlab I can do it from a subdomain of a subdomain, that is, I am trying to install on a server of a university so it is a subdomain: ing.universidad.edu.co; therefore the question is if I can specify gitlab to be a...
asked by 10.12.2016 / 03:55
1
answer

Error installing wordpress. Shows setup after installing

I have installed wordpress on a domain. I can enter the domain administration however when I enter my main domain the setup still appears when the page should appear: Welcome to WordPress. Before getting started, we need some information on t...
asked by 20.03.2018 / 06:39
1
answer

Create a sub domain that points to a sub domain of another domain

I have a domain (domainpropio.com) and I need to put a sub domain (observatorio.dominiopropio.com). The detail is that the sub domain must point or load the content of another sub domain of a different domain (content.otherdomain.com). How ca...
asked by 21.02.2018 / 16:51
0
answers

Nginx does not start: unknown policy "pagespeed"

Good morning, I have been using Nginx with PageSpeed for more than a year to increase the load, compression and cache of my web pages. I own a URLS shortener with millions of monthly visits. I installed the certbot to add HTTPS to the websi...
asked by 12.10.2017 / 00:55
0
answers

Nginx does not recognize php 7 [closed]

I have installed Nginx, MySQL and PHP 7, but when I do the phpinfo () test I only download the file and do not deploy it in the browser, I followed the installation steps of this link: link I do not know what the error could be.     
asked by 26.02.2017 / 16:49
2
answers

Problem when deploying ASP.Net Project in Centos

Good morning, I want to deploy a solution built on ASPnet, the development was done in WindowsSO / IIS, on a Centos Operating System using NginX Web server. I'm using Centos-6.8, Nginx-1.10 and mono-4.6.1.5. My nginx configuration file is:...
asked by 22.11.2016 / 23:00
0
answers

Class 'session' not found in Webserver with Php 7.0

I am deploying an application developed in PHP on a server Linux Ubuntu 16.04 with PHP 7.0 and Nginx . At the time of authentication in the application, the following line is presented in the Nginx error log:    2016/11/08 22:53:3...
asked by 15.11.2016 / 17:56
1
answer

Problems with NGINX and PHP

Hi, I'm working on a personal project, the subject is the following, the application itself is mounted in NodeJS by topics that I need to use Socket.io and the application connects with API REST in PHP CodeIgniter...
asked by 10.08.2016 / 22:11
1
answer

Resolving error "Primary script unknown" with Nginx

When configuring a LEMP (Nginx, MySQL, FPM) on Ubuntu 16.04, version 7 of PHP and FPM and when I went to do a test with php, the nginx log throws this at me.    2016/08/08 22:54:50 [error] 2251 # 2251: * 4 FastCGI sent in stderr: "Primary scr...
asked by 08.08.2016 / 23:15
0
answers

How to configure a Location directive in nginx to process example.com/ (any name)

I am setting up a site in nginx, in the folder of the site I have a file avatar.php, which given a request avatar.local / {username} returns the image associated with the username, the problem is how to configure in nginx that this url is resolv...
asked by 24.11.2017 / 17:06