You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf

10 lines
254 B

<IfDefine PROXY_UWSGI>
LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so
</IfDefine>
<IfDefine RUWSGI>
LoadModule uwsgi_module modules/mod_Ruwsgi.so
</IfDefine>
<IfDefine UWSGI>
LoadModule uwsgi_module modules/mod_uwsgi.so
</IfDefine>