Xpenology DSM 6 Episode #3: PhpPgAdmin

Published: 11 August 2016
on channel: siakavelisgr
3,223
10

XPenology DSM 6 PhpPgAdmin installation and configuration.

www.phppgadmin.conf contents:
------------
location ^~ /phpPgAdmin/ {
fastcgi_read_timeout 300;
root /usr/syno/synoman/phpsrc;
location ~ ^/phpPgAdmin/(.*)/\. {
deny all;
}
location ~* \.(jpg|jpeg|png|gif|css|js|ico)$ {
expires max;
log_not_found off;
}
location ~ \.php$ {
include fastcgi.conf;
fastcgi_pass unix:/run/php-fpm/php56-fpm.sock;
fastcgi_index index.php;
}
}

location = /phpPgAdmin {
fastcgi_read_timeout 300;
root /usr/syno/synoman/phpsrc;
try_files $uri/ /phpPgAdmin/index.php$is_args$args;
------------

-----------------------------------------------------
If you like our work, don't forget to Subscribe:
https://www.youtube.com/subscription_...


Watch video Xpenology DSM 6 Episode #3: PhpPgAdmin online, duration hours minute second in high quality that is uploaded to the channel siakavelisgr 11 August 2016. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 3,223 times and liked it 10 visitors.