We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ec9b4 commit 36c8352Copy full SHA for 36c8352
modoboa_installer/scripts/files/nginx/autoconfig.conf.tpl
@@ -9,6 +9,7 @@ server {
9
10
location ~ ^/(mail/config-v1.1.xml|mobileconfig) {
11
include uwsgi_params;
12
+ uwsgi_param UWSGI_SCRIPT instance.wsgi:application;
13
uwsgi_pass modoboa;
14
}
15
0 commit comments