Update the nuancier apache configuration for RHEL7
This commit is contained in:
parent
1c314a71be
commit
f451b1ca27
1 changed files with 10 additions and 0 deletions
|
@ -10,5 +10,15 @@ WSGIScriptAlias /nuancier /var/www/nuancier.wsgi
|
|||
|
||||
<Location />
|
||||
WSGIProcessGroup nuancier
|
||||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</Location>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue