Questions tagged as 'nginx'

0
answers

nginx: matching exact returns 404

I'm having a silly difficulty, I guess, with nginx . The situation is simple. A small site with a very small number of pages ( html files). Because the site is small, I'd like to use exact matchings in the locations . The server block...
asked by 23.06.2018 / 17:40
1
answer

Friendly URLs nginx virtual store

This is the url I have: link But I wish it were like this: link does not work file not found I'm trying on nginx with the following settings server { listen 80; client_max_body_size 100M; server_name cursophp.test www.cur...
asked by 29.05.2018 / 14:10
0
answers

Amazon Linux AMI nginx + php-fpm-7.1

I'm trying to install nginx + php-fpm-7.1 but I'm lost with regard to users and permissions. I did so: yum install -y nginx php71-fpm php71-devel php71-pdo php71-pear php71-mbstring php71-cli php71-odbc php71-imap php71-gd php71-xml php71...
asked by 31.05.2018 / 01:03
0
answers

How to create a virtual host in Nginx inside the application?

How can I make dynamic note creations? Without breaking the permissions of the S, because the nginx is in /etc and the user of the webserver does not have permissions for such change. The application in context creates direct...
asked by 18.05.2018 / 16:00
0
answers

Nginx + Apache + Wordpress = Infinite Redirect

I'm breaking my head for hours .. I'm new to these server things, so while I tried to follow some tutorials, I got to understand a bit more about how it works. The question is, I have Nginx as a reverse proxy, Apache, and I have the following...
asked by 06.05.2018 / 00:08
0
answers

Nginx with node and domain

Hello, I am a beginner in node and nginx, I searched about, but I did not find much material, I have a vps where I installed nginx and node, which I wanted to configure for a domain that I own, if you can tell me where to find this information, o...
asked by 10.05.2018 / 21:57
0
answers

"Primary script unknown" while reading response header from upstream - NGINX

Hello, I'm trying to run my Wordpress website on the Host that has this setting: Ubuntu LTS 16.04, Nginx, Apache, MySQL, PHP, Webmin When attempting to enter the home page, the error that is displayed in the error log file is as follows...
asked by 03.05.2018 / 05:16
0
answers

I can not reinstall wordpress

I have a vhost nginx server called site-responsivo.test below the server { listen 80; server_name site-responsivo.test; root /home/rafaelejosi/www/projetos/site-responsivo.test/; index index.html index.htm index.php;...
asked by 19.04.2018 / 01:24
0
answers

phpmyadmin on nginx

Well, I installed ubuntu server 16.04 on my local computer, however when I go to phpmyadmin it's 404 error. I'm accessing the ip_local / phpmyadmin address Here is my virtual server phpmyadmin: server { listen 80; root /usr/shar...
asked by 18.04.2018 / 03:49
0
answers

Warning when executing the command sudo nginx -t

Error executing command sudo nginx -t ? nginx: [warn] conflicting server name "shazamio.com.br" on 0.0.0.0:80, ignored nginx: [warn] conflicting server name "shazamio.com.br" on 0.0.0.0:80, ignored nginx: [warn] conflicting server name...
asked by 14.04.2018 / 23:15