menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
Tag
nginx
Recent questions tagged nginx
1
vote
2
answers
How do I set up redirects on nginx?
How do I set up redirects on nginx?
Hello. I'm trying to set up redirects so that get-parameters ?lang=en lead to mysite.com/en/ or the city page of mysite.com/subcat/?lang=en leads to mysite.com/en/subcat ...
nginx
by
artalexs
asked
Sep 24, 2021
1
vote
1
answer
How to properly pass HTTP authorization through Nginx to Apache?
How to properly pass HTTP authorization through Nginx to Apache?
Hi all, I'm facing a little problem that I can't figure out... How do I correctly pass HTTP authorization through Nginx to Apache? I have Nginx as proxy_pass and pass al ...
nginx
apache
fastcgi
by
RoffDaniel
asked
Sep 24, 2021
1
vote
2
answers
Site does not work with SSL + H2, it works without H2. What can be the problem?
Site does not work with SSL + H2, it works without H2. What can be the problem?
There is a site with a secure connection configured. It works only if we turn off http2 in nginx settings. If we turn it on, the site displays "Failed to establish a con ...
nginx
by
Anton_a46
asked
Sep 22, 2021
9
votes
3
answers
What causes the request processing time jumps?
What causes the request processing time jumps?
Hi all, what's up: Server: 2 x 2.8 GHz, 4 GB RAM, 50 GB NVMe (13 GB full), 200 mbps ubuntu, nginx, php-fpm, php 7.3, laravel, mysql it has an API server that is supp ...
php
mysql
nginx
ubuntu
laravel
by
Tutucu
asked
Sep 22, 2021
1
vote
1
answer
NGINX + FLASK + Gunicorn configuration. How do I configure proxying to a subdirectory of the server?
NGINX + FLASK + Gunicorn configuration. How do I configure proxying to a subdirectory of the server?
There is a configured VPS with NGINX + Gunicorn + Flask When accessing the "IP server", the application works. How do I change the config so that when I access a url ...
nginx
flask
gunicorn
by
Reanima
asked
Sep 21, 2021
1
vote
1
answer
Redirect from one folder to another nginx?
Redirect from one folder to another nginx?
Hi all. There are two folders on the hosting. Conventionally folder1 and folder2. In folder1 there are pictures. I need a user to go to www.site.ru/folder2/image.png and ...
nginx
by
da_ladno_vam_chuvaki
asked
Sep 21, 2021
1
vote
1
answer
How can I use nginx to direct different subdomains to different pages?
How can I use nginx to direct different subdomains to different pages?
How can I make nginx open one page when I connect to sub1.domen.com, and another page when I connect to sub2.domen.com? A records of both subdomains point to the same I ...
nginx
by
Poincare
asked
Sep 21, 2021
1
vote
2
answers
How do I connect to Postgres that has no public access?
How do I connect to Postgres that has no public access?
Good afternoon! There are two servers on Ubuntu 18.04, the first has a public IP and nginx, and the second is a postgres database server and no remote access to it. Yo ...
postgresql
nginx
ubuntu
by
Espritto
asked
Sep 21, 2021
1
vote
1
answer
How can I see the reason why the container with nginx does not go up?
How can I see the reason why the container with nginx does not go up?
...
nginx
docker
by
gitdev
asked
Sep 21, 2021
1
vote
1
answer
Why can't I run the index.php?
Why can't I run the index.php?
Hello. I have such an unusual question, for some of you it will seem dumb, but not the point. Installed nginx v1.18.0 on my Ubuntu 20.04LTS. Configured the right places. ...
linux
nginx
ubuntu
web servers
by
Muhammadkhonofficial
asked
Sep 20, 2021
1
vote
2
answers
Docker how to bolt on a domain?
Docker how to bolt on a domain?
The bottom line is that there is a server with Nginx and php. There is a project that I can not touch. I want to run another project in a separate container on this ip ...
php
nginx
apache
docker
by
bychkov_64
asked
Sep 20, 2021
1
vote
1
answer
What is the best way to implement a query limit in the project?
What is the best way to implement a query limit in the project?
What is the best way to implement a query limit in a time interval on multiple servers. The easiest option would probably be at each query to go to the database and add ...
nginx
node.js
by
Stepgor
asked
Sep 20, 2021
2
votes
1
answer
Why doesn't Nginx change the protocol to WebSocket?
Why doesn't Nginx change the protocol to WebSocket?
My host config: location /socket.io { proxy_pass http://127.0.0.1:6002/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Co ...
nginx
websocket
by
MrPofix
asked
Sep 20, 2021
1
vote
1
answer
NGINX. How do I set up rewrite correctly?
NGINX. How do I set up rewrite correctly?
Good afternoon. Help me out. The task is to convert one url to another. when referring to https://site.com:8443/reports/ 1hrbewW5Pes0TzqretBrkjGDAQK/ 1hrbewW5Pes0T ...
nginx
by
harsh34
asked
Sep 20, 2021
2
votes
1
answer
Laravel + Nuxt + Nginx: WebSocket is closed before the connection is established?
Laravel + Nuxt + Nginx: WebSocket is closed before the connection is established?
General scheme and project configuration files The project consists of two parts: Server part - Laravel (api) Client part - NuxtJs (client) A minimal configuration ...
nginx
laravel
nuxtjs
by
tol64
asked
Sep 19, 2021
1
vote
1
answer
Почему отдает ошибку Failed to load resource: the server responded with a status of 500 () /wp-admin/admin-ajax.php:1?
Почему отдает ошибку Failed to load resource: the server responded with a status of 500 () /wp-admin/admin-ajax.php:1?
Почему отдает ошибку Failed to load resource: the server responded with a status of 500 () /wp-admin/admin-ajax.php:1 ? On the page But this page is still prescribe ...
nginx
apache
wordpress
by
sergeiy_permyakov
asked
Sep 19, 2021
2
votes
1
answer
PHP-fpm explain some questions?
PHP-fpm explain some questions?
1. 1 request and hundreds of files are parsed and after that either 1 process is discarded and it works for a while. 2 . Pools for database queries, how? See item. 1 3 ...
php
nginx
by
firedragon
asked
Sep 19, 2021
1
vote
2
answers
Problem with getting SSL certificate via Certbot. Detail: Invalid response from?
Problem with getting SSL certificate via Certbot. Detail: Invalid response from?
Previously installed Certbot and successfully obtained a certificate for one of the domains. Needed to add another domain. Added domain to nginx config, http is fine, co ...
nginx
digital certificates
by
MarkelSTV
asked
Sep 19, 2021
1
vote
2
answers
Https is replaced by http after going through nginx?
Https is replaced by http after going through nginx?
We have a task: in one docker container with php-fpm add nginx, which will run on port 80. Right now this nginx has the following configuration: server { liste ...
php
nginx
docker
by
MrDimaFIX
asked
Sep 18, 2021
1
vote
2
answers
How to properly handle *.html in *.php in NGINX configuration when querying?
How to properly handle *.html in *.php in NGINX configuration when querying?
There was a directory on .html > moved to .php in /graphics/. Got it: everything works on the site. For indexing correctly it is necessary when referring: https:// ...
nginx
by
inmotusdesign
asked
Sep 18, 2021
Page:
1
2
3
4
...
166
next »