Video/3gpp

3gpp 3gp;
video/mp2t ts;
video/mp4 mp4;
video/mpeg mpeg mpg;
video/quicktime mov;
video/webm webm;
video/x-flv flv;
video/x-m4v m4v;
video/x-mng mng;
video/x-ms-asf asx asf;
video/x-ms-wmv wmv;
video/x-msvideo avi;
}

# configuration file /etc/nginx/conf.d/site1.com.conf:
server {
listen 80;
server_name site1.com;
return 301 https://$server_name$request_uri;
rewrite ^ https://site1$request_uri? permanent;
#proxy_set_header Host $host;
#proxy_set_header X-Real-IP $remote_addr;
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
location / {
# proxy_pass http://backend;
try_files $uri $uri/ /index.php?$query_string;
}
}
server {
listen 443 ssl;
server_name site1;
ssl_certificate /etc/nginx/ssl/nginx_ssl_2022.crt;
ssl_certificate_key /etc/nginx/ssl/ssl.key;
location / {
proxy_pass http://backend;
}
}


############

### Cache configuration
# proxy_cache reverse_cache;
# proxy_cache_valid 3s;
# proxy_no_cache $cookie_PHPSESSID;
# proxy_cache_bypass $cookie_PHPSESSID;
# proxy_cache_key "$scheme$host$request_uri";
# add_header X-Cache $upstream_cache_status;

# configuration file /etc/nginx/conf.d/site2.com.conf:
server {
listen 80;
server_name site2.com;
return 301 https://$server_name$request_uri;
rewrite ^ https://site2.com$request_uri? permanent;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
location / {
# proxy_pass http://backend;
try_files $uri $uri/ /index.php?$query_string;
}
}
server {
listen 443 ssl;
server_name site2.com;
ssl_certificate /etc/nginx/ssl/nginx_ssl_2022.crt;
ssl_certificate_key /etc/nginx/ssl/ssl.key;

access_log /var/log/nginx/ssl-site2.com-access.log;
error_log /var/log/nginx/ssl-site2.com-error.log debug;

location / {
proxy_pass http://backend;
}
}

### Cache configuration
# proxy_cache reverse_cache;
# proxy_cache_valid 3s;
# proxy_no_cache $cookie_PHPSESSID;
# proxy_cache_bypass $cookie_PHPSESSID;
# proxy_cache_key "$scheme$host$request_uri";
# add_header X-Cache $upstream_cache_status;

# configuration file /etc/nginx/sites-enabled/load_balancer-01.conf:
upstream backend {
ip_hash;
server 192.168.0.11;
# server 192.168.0.12;
}

server {
listen 80;
server_name 10.10.10.110;

location / {
# proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_pass http://backend;
}
}

1 ответов

21 просмотр

а теперь давайте вернемся в моему самому первому “вангованию”

Похожие вопросы

Обсуждают сегодня

1. https://www.kaggle.com/code/ahmadrezagholami2001/housing-estimation-linear-regression 2. https://www.kaggle.com/code/ahmadrezagholami2001/uncovering-quality-in-wines-logis...
Ahmadreza
1
Hi! Could you please upvote my new notebook? thanks a lot. https://www.kaggle.com/code/melissamonfared/anime-character-generation-dsgan-gan
məru
4
upvote plz https://www.kaggle.com/code/bassetkerouche/swapping-face?scriptVersionId=207300096
benkerrouche Statoinary
1
-- Привет всем. -- Есть csv, проблема в том что он содержит очень много повторов по столбцам и по строкам. -- Решил перекинуть это в базу данных, чтобы было проще. Но я не ша...
Oleg Ivanov
1
Как считаете - вопрос на собесе: «Как быстрее всего запустить ec2 машину в aws (в чистом аккаунте) и показать вывод от любой команды с нее» не очень ли сложный для условного м...
Sergey
50
Господа, у меня вопрос. Что вообще такое этот ваш data science и data scientists? А то гуглю, а мне какую-то расплывчатую фигню говорят.
Inkosta
44
Исходя из ваших комментариев, получается, что чтобы получить марты в CH из данных в PG, неправильно тянуть сырые данные в CH и там их обрабатывать, лепить справочники и джойни...
unhingedlunatic
42
Hi could you please help me with my two new projects? https://www.kaggle.com/code/hesankazemnia/rice-image-classification-cnn-pytorch https://www.kaggle.com/code/hesankazemnia...
Hesan
6
hi, Can you upvote? https://www.kaggle.com/code/durjoychandrapaul/rag-q-a-system-by-langchain-huggingface-for-pdf?scriptVersionId=204704280
A
1
Could you upvote and comment please? https://www.kaggle.com/code/tatianapetrushkevich/beginner-images https://www.kaggle.com/code/tatianapetrushkevich/python-for-beginners1 ...
Tazziyana
7
Карта сайта