mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
10 lines
No EOL
355 B
Nginx Configuration File
10 lines
No EOL
355 B
Nginx Configuration File
location __PATH__ {
|
|
include uwsgi_params;
|
|
uwsgi_pass unix:///run/uwsgi/app/pgadmin/socket;
|
|
|
|
# Allow pgadmin to use 'eval' without blocking the execution. But keep a warning.
|
|
add_header Content-Security-Policy-Report-Only "script-src https: 'unsafe-eval'";
|
|
|
|
# Include SSOWAT user panel.
|
|
include conf.d/yunohost_panel.conf.inc;
|
|
} |