Skip to content

Commit

Permalink
disable HTTP3 (QUIC) for bitrix as it doesn't work (infinite 302 redi…
Browse files Browse the repository at this point in the history
…rect)
  • Loading branch information
paskal committed Jan 4, 2024
1 parent e0eca83 commit 71931e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion config/nginx/conf.d/adminer.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen 443 quic;
listen 443 quic reuseport;
add_header alt-svc 'h3=":443"; ma=86400';
ssl_certificate /etc/nginx/letsencrypt/live/favor-group.ru/fullchain.pem;
ssl_certificate_key /etc/nginx/letsencrypt/live/favor-group.ru/privkey.pem;
Expand Down
1 change: 0 additions & 1 deletion config/nginx/conf.d/dev.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
server {
listen 443 ssl;
listen 443 quic;

server_name dev.favor-group.ru;

Expand Down
3 changes: 0 additions & 3 deletions config/nginx/conf.d/prod.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
server {
listen 443 reuseport ssl;
listen 443 quic reuseport;

server_name favor-group.ru;

Expand All @@ -21,7 +20,6 @@ server {

server {
listen 443 ssl;
listen 443 quic;

server_name spb.favor-group.ru;

Expand All @@ -42,7 +40,6 @@ server {

server {
listen 443 ssl;
listen 443 quic;

server_name tula.favor-group.ru;

Expand Down

0 comments on commit 71931e0

Please sign in to comment.