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
Cedric Legout
osug-doi
Commits
10b7e633
Commit
10b7e633
authored
Jan 30, 2020
by
bourgesl
Browse files
updated apache doc (default encoding)
parent
9ca44aa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/setup_apache.txt
View file @
10b7e633
...
...
@@ -117,3 +117,15 @@ Edit /etc/logrotate.d/apache2 (as root):
missingok
rotate 52
E. Set default encoding to UTF-8
Edit /etc/apache2/conf-enabled/charset.conf (as root):
# Read the documentation before enabling AddDefaultCharset.
# In general, it is only a good idea if you know that all your files
# have this encoding. It will override any encoding given in the files
# in meta http-equiv or xml encoding tags.
AddDefaultCharset UTF-8
pom.xml
View file @
10b7e633
...
...
@@ -10,6 +10,7 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.5.9.RELEASE
</version>
<relativePath
/>
</parent>
<groupId>
fr.osug
</groupId>
...
...
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