Questions tagged as 'nginx'

2
answers

Upload files with angularjs in nginx

I want to upload a file in angular using post multipart , on the server side I use nginx as a load balancer connected to several application servers and I do not know if doing this sends the different parts of the file to different app...
asked by 02.02.2016 / 16:34
1
answer

Nginx - Error 403 when accessing /

I am working using the Nginx web server, but it is throwing a 403 error when accessing /, except when accessing /index.php directly or another existing file. Files and non-existent directories throw a 403 error as well. Error 403 = Prohibi...
asked by 07.08.2017 / 22:54
1
answer

Invalid HTTP_HOST header using Nginx and Django

I have an application developed in Django 1.7, to serve the application I am using Nginx, Gunicorn and Ubuntu server 12.10. Django notifies me several times a day with the following log: Invalid HTTP_HOST header: 'testp5.mielno.lubin.pl'. You...
asked by 23.01.2016 / 20:06
1
answer

Friendly URL with Nginx - problem with files

I will try to be as explicit as possible. Friends, I am using Nginx as a local server and I have been modifying the urls in a friendly way, but I have a problem, could you help me with this solution? What am I doing wrong? I inform that al...
asked by 01.07.2016 / 22:10
2
answers

Plesk, forbidden 403 when loading css and js (nginx)

I have a server with PLESK mounted, in which I have a subdomain app.mysite.com created and running with nginx. In this subdomain, I have uploaded my website that is developed in codeigniter. This is the structure of the project: When...
asked by 27.05.2018 / 12:38
1
answer

Error installing Ubuntu Ubuntu 16.04 "dpkg: error processing archive /var/cache/apt/archives/apport_2.20.1-0ubuntu2.15_all.deb"

I have an application made in Django that is now in production mode in ubuntu server 16.04 and I need to generate its SSL Certificate so that users can access through HTTPS, for this I have guided myself with this tutorial: link After...
asked by 04.01.2018 / 02:01
1
answer

Nginx & Yii2 only with IP

I have a VPS server installed on Ubuntu Server 14.04, as a Nginx 1.9 web server and I am about to put into production a Yii2 developed project. The server is accessed by public IP and the configured of the nginx is the following form: server {...
asked by 13.02.2016 / 00:37
2
answers

Redirecting with Nginx

I am learning to use Nginx for a new client. I am using DigitalOcean as a VM provider, I have Nginx installed and correctly configured with PHP. The problem comes when I want to add the redirection 301 in the Nginx server, because when I add...
asked by 21.11.2016 / 18:40
2
answers

Nginx + php7.1 + Vagrant

Good I installed homestead the last version that runs with php 7.1, but I really have project created in laravel 4.2 and using php 5.6, the problem is that every time I run my environment in vagrant I reconfigure the nginx with php 7.1 and I wan...
asked by 28.12.2016 / 18:22
1
answer

Server upload in nodejs

a query, how would you do a server upload in nodejs, with a load balancer like nginx? I give you this scenario. Server A, Server B, the 2 with the same app running on a port, and balancing it with nginx, for example I have a form which wil...
asked by 15.02.2017 / 17:30