1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00
pgadmin_ynh/conf/nginx.conf
2018-03-12 20:59:42 +01:00

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;
}