Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
495ed2ee
Commit
495ed2ee
authored
Jun 08, 2015
by
Julien Furrer
Browse files
Fixing apache_config for deploy
parent
db6e193e
Changes
3
Hide whitespace changes
Inline
Side-by-side
adim_project/templates/apache_config/base.conf
View file @
495ed2ee
...
...
@@ -62,7 +62,7 @@
# Shibboleth Conf
# ---------------
<
IfModule
mod_shib
>
<
Location
{{
settings
.
BASE_URL
}}
/
shibauth
/>
<
Location
{{
settings
.
BASE_URL
}}
shibauth
/>
#Order allow,deny
#Allow from all
AuthType
shibboleth
...
...
adim_project/templates/apache_config/production.conf
View file @
495ed2ee
{%
extends
"apache_config/base.conf"
%}
{%
block
rewrite_protected
%}{%
endblock
%}
{%
block
wsgi
%}
{%
with
NoDaemonProcess
=
0
daemon_process_name
=
"
eicar-dev
"
%}
{%
with
NoDaemonProcess
=
0
daemon_process_name
=
"
adim"
apache_user
=
"www-data
"
%}
{{
block
.
super
}}
{%
endwith
%}
{%
endblock
%}
adim_project/templates/apache_config/staging.conf
View file @
495ed2ee
...
...
@@ -3,7 +3,7 @@
{%
block
rewrite_protected
%}{%
endblock
%}
{%
block
wsgi
%}
{%
with
NoDaemonProcess
=
0
daemon_process_name
=
"
eicar
-dev"
%}
{%
with
NoDaemonProcess
=
0
daemon_process_name
=
"
adim
-dev"
apache_user
=
"www-data"
%}
{{
block
.
super
}}
{%
endwith
%}
{%
endblock
%}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment