This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
evoadmin-web
Watch
15
Star
0
Fork
0
Code
Issues
30
Pull Requests
5
Releases
0
Wiki
Activity
Browse Source
add optional SSL configuration by default in vhost
pull/63/head
Nicolas Roman
1 year ago
parent
283f76540a
commit
7d026c907b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
scripts/vhost
+ 3
- 0
scripts/vhost
View File
@ -7,6 +7,9 @@
# Repertoire principal
DocumentRoot HOME_DIR/XXX/www/
# SSL
IncludeOptional /etc/apache2/ssl/XXX.conf
# Propriete du repertoire
<Directory HOME_DIR/XXX/www/>
#Options +Indexes +SymLinksIfOwnerMatch
Write
Preview
Loading…
Cancel
Save