Questions tagged as 'nginx'

1
answer

problems when inserting data from Excel to DB - nginx

I'm trying to upload the data from an excel document to a database. It works with less than 1200 rows, but with more it generates error 502 (Bad Gateway). The excel I'm trying to upload contains 30,000 rows. This error appears in the server l...
asked by 07.06.2016 / 04:33
0
answers

Problem with special characters in request get with django, nginx as reversed proxy & gunicorn

I have a Django application that shows a list of documents of different extensions, the name of the documents contain special characters such as accents, ñ, etc. When I show the list I put a link that points to the location of the document in th...
asked by 19.12.2018 / 23:01
0
answers

I am trying to migrate a project from slim v2 to nginx, previously this one in apache on linux

This is my configuration I market 404 error server { listen 80; listen [::]:80; server_name psd2.colsan.edu.mx; root /var/www/psd2.colsan.edu.mx/public; index index.php; try_files $uri /index...
asked by 27.11.2018 / 15:43
0
answers

display my angular application with ssl and Nginx using docker

I have the following problem, I do not know if it would be a good idea to deploy my angle application, using as server Nginx and let's encrypt as ssl, the bd will be postgresql; by using docker (I'm new with docker) I was investigating a bit...
asked by 25.11.2018 / 18:44
0
answers

Can I serve a web page directly with python and django on a VPS?

I have seen that everyone uses web pages with an NGINX or APACHE instead of serving the application directly with DJANGO, however I can not find the vulnerabilities that could be applied to attacks if you directly use the web with this Framework...
asked by 27.09.2018 / 16:30
1
answer

how to configure reverse proxy nginx odoo ERP in docker

I have a docker container with odoo on port 8069 and another docker container with postgres on port 5432, I am mounting another container with nginx since the odoo container must handle two databases (db1-mydomain-com, db2 -mydomain-com) and the...
asked by 14.09.2018 / 02:28
0
answers

Reverse Proxy NGINX and external Flask server

I am trying to mount a reverse proxy with nginx in an instance that only deals with proxy as a function of the route, and the servers are in other instances, this is the configuration: server { # SSL configuration # listen 443 ssl...
asked by 11.09.2018 / 10:50
1
answer

Problem reconfiguring Nginx for SSL with self-signed certificate

I have a VPS on Digital Ocean with Ubuntu 18.04, Nginx, Gunicorn, Django, and a test web application, all configured (ufw) to work with http: 80. Everything works perfectly. Tutorial Now I modify the file / sites-available / LibrosWeb to...
asked by 03.09.2018 / 22:28
0
answers

How to configure certbot ssl certificate?

I am configuring certbot for my domain mercamira.es I set it up in nginx ago all the steps but it works only if I put mercamira.es but if I put an Alias it does not work anymore for example www.mercamira.es that can be devido nginx configurat...
asked by 13.08.2018 / 21:24
0
answers

How to check requests made by reverse proxy?

I would like to know if there is any possibility to capture traffic from the IIS reverse proxy, since I would need to know how the HTTP packet headers have been modified through the proxy. Currently I use the fiddler to capture the traffic but i...
asked by 09.08.2018 / 20:35