Questions tagged as 'nginx'

1
answer

How to configure nginx with laravel so that it does not show files

As we all know, Apache has the .htaccess, I'm moving to nginx and I have a problem. My system works fine, but on the server nginx it shows me the files of the folders in this case those that are within PUBLIC of laravel. this does not happ...
asked by 26.04.2018 / 02:02
1
answer

Rewrite to delete the ID of a url in wordpress

I have some addresses indexed with the ID-slug format, and I wanted to create a rule for nginx that would remove the ID https://misitio.es/12-titulo-del-post-uno https://misitio.es/45-titulo-del-post-dos https://misitio.es/56-titulo-del-post-n...
asked by 09.01.2017 / 08:48
1
answer

Error starting nginx

Hi everyone, I just installed nginx in windows 10 and I get this log when I try to open it and it does not work.    2016/07/04 17:34:00 [emergeg] 11100 # 984: CreateFile ()   "C: \ Users \ Nicolás \ Downloads \ Compressed \ nginx-1.10.1 / con...
asked by 05.07.2016 / 00:38
1
answer

In the file.conf shows Error using Supervisor, in digital ocean, any option to correct it?

When configuring the file.conf path: sudo nano /etc/supervisor/conf.d/facturaempresa.conf [program:facturaempresa] command=/home/user/bin/gunicorn_start user=user autostart=true autorestart=true redirect_stderr=true stdout_logfile=/home/user/...
asked by 03.01.2019 / 05:09
1
answer

Configure proxy with NGINX?

I would like to configure NGINX so that the traffic that enters link goes to an address link . Is this implementation correct, or would it need more configuration parameters ?: location /ruta/ { proxy_pass http://nombre.equipo/car...
asked by 22.11.2018 / 10:35
1
answer

Redirect top-level subdomains to the first-level subdomain with nginx

I have an SSL certificate Wildcard and nginx. I want to redirect top-level subdomains to the first-level subdomain. For example: If I have link I want to redirect to: link     
asked by 24.11.2017 / 08:06
1
answer

Hide the true URL path with Nginx

I want a URL like this: https://hola.es/api/1/email/verify_email?token=asdf&username=stackoverflow Become: https://hola.es/email/verify_email?token=asdf&username=stackoverflow Is it possible to do this using Nginx as a proxy?...
asked by 02.08.2017 / 22:53
1
answer

Can I configure NGiNX as a proxy for another server in the local network?

I have two servers, one with a public ip and the other with a local ip within the same network. The server with public ip has NGiNX configured as a reverse proxy of some apps. The server with local ip has an application running on port 5000, som...
asked by 19.10.2017 / 09:46
1
answer

Letsencrypt, is the webroot path necessary?

I am configuring a server with Nginx and letsencrypt but I have doubts about whether it is mandatory to fill in this field. letsencrypt certonly -a webroot --webroot-path=/var/www/html -d example.com I have a node application in /home/prueb...
asked by 11.02.2017 / 22:58
1
answer

LEMP Script for Ubuntu / Debian

Is there a script to install the entire LEMP stack in Ubuntu / Debian in the style of CentOS (Centmin Mod)?     
asked by 10.08.2016 / 17:09