Questions tagged as 'nginx'

0
answers

Problems with Nginx Cache and Mysql Update

I have a VPS where I work with Nginx, PHP and MariaDB. I also have an application, a news site, where I have on the homepage, some ads that should be counted with each +1 pageviews update. I do this for the UPDATE of the PDO. It turns out...
asked by 06.04.2018 / 17:12
0
answers

Nginx - Failed to save session

I'm configuring Nginx to perform load balancing on an environment, write the session and the ip of the server to which the request was received. I followed some tutorials on the internet and finished the configuration, but when I try to redire...
asked by 23.03.2018 / 15:50
1
answer

Redirect Http to Https - Nginx with let's encrypt

Currently, the domino link is working, but can not redirect link to Link using let's encrypt . I am following this tutorial: Link Below my setting: server { listen 80; listen 443 ssl; server_name meudominio.com www.m...
asked by 21.03.2018 / 14:30
0
answers

How can I use nginx to redirect soap requisitions

I have a web server hosted on a server that uses nginx and another server that has a SOAP api. I would like every wsdl request that came to the web server (nginx) to be forwarded to my wsdl server, is it possible? Thank you.     
asked by 08.03.2018 / 13:48
0
answers

502 bad gateway after running long file

I have an instance in LINODE with 1 core and 1GB of ram ... WhenIrunafile.phpthattakesabout15minutestofinish...thewholeserverdrops(exceptthepagethatisrunning,thatcontinuesuntilfinished)...TheproblemisthatwhenItrytoaccessanypageontheserverwhilet...
asked by 09.03.2018 / 22:25
0
answers

Nginx subdomain for different systems

I have an instance in google cloud that contains 2 systems 1 running on port 8000 and another on port 8080 and nginx already configured 8000 - > 80. And I have a domain configured in the cloudflare with the following routes: myite.com and...
asked by 01.03.2018 / 23:50
0
answers

CSS and JS of laravel project does not work on NGINX

configuration / etc / nginx / sites-evaluable / default server { listen 80 default_server; listen [::]:80 default_server; root /var/www/html/; index index.php index.html index.htm index.nginx-debian.html; server_name 10.152.16.97; sendfile...
asked by 21.02.2018 / 15:13
0
answers

phpmyadmin icons do not work

I installed phpmyadmin and I have the problem of the icons / images, just as everything in the themes folder does not work. How much the permission of this folder stays the same as others drw-r-r-- 11 root root 4096 Feb 5 22:48 templ...
asked by 15.02.2018 / 15:41
1
answer

After migrating to Windows 10 I can no longer access local domains in VM with Nginx

I have a situation that I could not resolve (yet). Scenario Use for PHP application development an environment that runs through Virtual Machine Vitual Box controlled via Vagrant . I'm using a * centos / 7 * box, with * Nginx 1.12 *...
asked by 10.01.2018 / 19:09
1
answer

How to avoid installing Apache when installing php7.1 on Ubuntu 16.04?

I have the following code that installs php7.1 on Ubuntu 16.04: sudo apt-get install -y software-properties-common sudo add-apt-repository -y ppa:ondrej/php sudo apt-get update sudo apt-get install -y php7.1 #Modules sudo apt-get install -y p...
asked by 21.12.2017 / 23:08