2024-03-19 22:05:27 +03:00
|
|
|
location /%pga_alias% {
|
|
|
|
|
alias /usr/share/phppgadmin/;
|
|
|
|
|
|
|
|
|
|
location ~ ^/%pga_alias%/(.*\.php)$ {
|
|
|
|
|
alias /usr/share/phppgadmin/$1;
|
2026-04-11 00:41:04 +03:00
|
|
|
include /usr/local/hestia/nginx-system/etc/nginx/fastcgi_params;
|
2024-03-19 22:05:27 +03:00
|
|
|
fastcgi_index index.php;
|
|
|
|
|
fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
|
|
|
|
|
fastcgi_param SCRIPT_FILENAME $request_filename;
|
|
|
|
|
fastcgi_pass 127.0.0.1:9000;
|
|
|
|
|
}
|
|
|
|
|
}
|