Questions tagged as 'nginx'

1
answer

NGINX as reverse proxy and cache of an external shared server running apache

I'm trying to set up a Brazilian instance on Amazon to be a reverse proxy with cache and compression for a server (I accept panel suggestions, preferably free, that accept this setting) in the US. The goal is to use the maximum of Brazilian H...
asked by 22.02.2014 / 18:22
0
answers

How to load Flaskbb with Nginx?

I followed the documentation and installed everything without problems, but Nginx only shows the default page of it warning that it is running. The flaskbb forum never loads. I tried to remove the import from the Nginx default configuratio...
asked by 19.09.2016 / 02:50
1
answer

What would be "Server Signature" and how to turn it off?

In some tests found that the "server signature was on," I do not know what that is. What is it and how can I turn off this "signature"? In security testing I recommend that I turn off this signature to preserve server security.     
asked by 07.01.2015 / 20:25
1
answer

Redirected to Nginx page [closed]

I tried to access a website belonging to a company, and instead of being directed to the site's own page, I was redirected to a page saying the following:    Welcome to nginx!       If you see this page, the nginx web server is successfully...
asked by 20.01.2017 / 20:59
2
answers

Nginx does not import database in phpmyadmin: "413 Request Entity Too Large"

I have a database of 1.31MB which I'm trying to import into my phpmyadmin, which indicates that it supports importing databases of maximum size: 2,048KB. But, I'm not getting it ... every time I try to import it gives this message: "413 R...
asked by 25.09.2015 / 06:48
2
answers

Redirect url HTTP post to HTTPS in nginx

I have an application that returns POSTS from the payment system, but we currently force SSL to our site, I made the HTTP redirection to HTTPS, but I get a 404 error when the POSTBACK system sends the POST to the URL http://// ...., when my serv...
asked by 14.10.2016 / 01:26
1
answer

Font Awesome appears as "blocks" in nginx under FreeBSD 10.1 [closed]

I have a site that I downloaded from CentOS to FreeBSD using rsync + mysqldump. In CentOS + Apache it worked normal on FreeBSD + nginx gave this error: Ibelieveitisrelatedtothiscodethat"converts" the \ f086 into an icon. #primary_nav #nav_app_...
asked by 16.04.2015 / 05:02
1
answer

Nginx - running php and node app in the same domain with different ports

I'm setting up a blocks in nginx, but I'm having trouble running two separate apps, see the following situation: I have 2 apps (PHP and Node.js) just a domain (example.com) and need to point port 80 for the PHP application and 8080 for the...
asked by 30.11.2015 / 15:34
1
answer

Multiple applications in the same domain Nginx

Good morning people, I'm breaking my head here. I have a server with nginx and it has two applications: 1 - Application Laravel / usr / share / nginx / html / laravel / public 2 - Joomla Application / usr / share / nginx / html / joomla...
asked by 12.04.2015 / 19:08
1
answer

Nginx with PATH_INFO and url rewritten (friendly)

I created a .htaccess in the /var/www/project/ folder: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(statics/([a-zA-Z0-...
asked by 04.05.2015 / 01:20