Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
19d4bd98
Commit
19d4bd98
authored
Sep 09, 2020
by
Paul Cammish
Browse files
Fix incorrect markup and Apache path bug
parent
857ca204
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
web/apache.d/non_ssl.template.erb
View file @
19d4bd98
...
...
@@ -4,7 +4,7 @@
# /etc/sympl/apache.d/non_ssl.template.erb.
#
# Any extra Apache configurations can be added as .conf files in
# /srv/
<%
domain
%>
/config/apache.d/
# /srv/
<%
=
domain
%>
/config/apache.d/
# which will be read after the base configuration has been read.
# Warning: Ensure these are valid, as you may break Apache!
#
...
...
@@ -95,9 +95,9 @@
ErrorLog "
<%=
domain
.
log_dir
%>
/error.log"
CustomLog "
<%=
domain
.
log_dir
%>
/access.log" combined
# Read the directory /srv/
<%
domain
%>
/config/apache.d for any other Apache
# Read the directory /srv/
<%
=
domain
%>
/config/apache.d for any other Apache
# configuration files.
IncludeOptional /srv/
<%
domain
%>
/config/apache.d/*.conf
IncludeOptional /srv/
<%
=
domain
%>
/config/apache.d
*
/*.conf
# Ensure these are valid as they will break Apache if they are incorrect!
</VirtualHost>
...
...
Write
Preview
Markdown
is supported
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