From: "В.А. Илларионов" <gbimobou@gmail.com> To: sisyphus@lists.altlinux.org Subject: Re: [sisyphus] cctv & face control Date: Wed, 4 Oct 2017 09:34:43 +0800 Message-ID: <11933307-f61f-0d5c-4c7c-fe1b818e1b78@gmail.com> (raw) In-Reply-To: <ced7bb17-2a8d-9be5-2366-b8b71666f457@yandex.ru> 03.10.2017 20:49, Алексей Шенцев пишет: > 03.10.2017 11:51, В.А. Илларионов пишет: >> 02.10.2017 22:40, Алексей Шенцев пишет: >>> Мне ещё рабочий phpMyAdmin нужен, а с nginx подружить его у меня не получилось. >> >> У меня эта связка без проблем работает. >> > Конфиги в студию, плиз. Да почти всё умолчально. ############################### # cat /etc/nginx/sites-enabled.d/phpMyAdmin.conf server { listen 80; server_name myadmin myadmin.tld; rewrite ^ https://$server_name$request_uri permanent; } server { listen 443 ssl; server_name myadmin myadmin.tld; ssl_certificate ssl/myadmin.pem; ssl_certificate_key ssl/myadmin.pem; root /var/www/webapps/phpMyAdmin; access_log /var/log/nginx/myadmin-access.log; error_log /var/log/nginx/myadmin-error.log; include templates.d/default.conf; } ################################ # sed /^#/d /etc/nginx/templates.d/default.conf index index.html index.php; error_page 404 /404.html; location / { # "красивые" ссылки для Drupal и для ряда других CMS try_files $uri $uri/ /index.php?q=$uri&$args; autoindex on; autoindex_localtime on; } location ~ /\.ht { # Закрыть доступ к файлами .htaccess и .htpassword deny all; } location = /favicon.ico { log_not_found off; access_log off; } location = /robots.txt { allow all; log_not_found off; access_log off; } location /status { stub_status on; access_log off; } location ~ \.php$ { try_files $uri =404; fastcgi_pass unix:/var/run/php5-fpm/socket; fastcgi_index index.php; include fastcgi.conf; } > Заодно и на вики, чтоб было... :) -- Мимо крокодил. WBR, rednex CIO. Viber = +7(964)103-65-67 JID = <mailto:> Skype = $local_part@<mailto:>
next prev parent reply other threads:[~2017-10-04 1:34 UTC|newest] Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-10-01 10:00 Алексей Шенцев 2017-10-02 4:56 ` Anton Farygin 2017-10-02 7:05 ` Алексей Шенцев 2017-10-02 7:21 ` Anton Farygin 2017-10-02 13:58 ` Anton Farygin 2017-10-02 14:06 ` Алексей Шенцев 2017-10-02 14:26 ` Anton Farygin 2017-10-02 14:40 ` Алексей Шенцев 2017-10-02 15:19 ` Anton Farygin 2017-10-02 15:52 ` Алексей Шенцев 2017-10-02 16:34 ` Anton Farygin 2017-10-02 16:43 ` Alexei Takaseev 2017-10-03 8:51 ` В.А. Илларионов 2017-10-03 12:49 ` Алексей Шенцев 2017-10-04 1:34 ` В.А. Илларионов [this message] 2017-10-02 20:59 ` [sisyphus] zoneminder & systemd Алексей Шенцев 2017-10-02 21:07 ` Алексей Шенцев 2017-10-02 21:35 ` Алексей Шенцев 2017-10-03 8:54 ` В.А. Илларионов 2017-10-03 19:48 ` Алексей Шенцев 2017-10-07 7:57 ` Алексей Шенцев 2017-10-07 8:57 ` Anton Farygin 2017-10-07 9:42 ` Алексей Шенцев 2017-10-07 20:10 ` Anton Farygin 2017-10-08 9:25 ` Алексей Шенцев 2017-10-08 19:51 ` Anton Farygin 2017-10-08 19:58 ` Алексей Шенцев 2017-10-09 7:23 ` Anton Farygin 2017-10-03 17:57 ` [sisyphus] zoneminder & apache2 " Алексей Шенцев 2017-10-03 22:08 ` Алексей Шенцев 2017-10-04 5:10 ` Алексей Шенцев
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=11933307-f61f-0d5c-4c7c-fe1b818e1b78@gmail.com \ --to=gbimobou@gmail.com \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git