This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
spt-magento
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ssl fixed
master
Florian Eisenmenger
2 years ago
parent
2482f8b277
commit
0d9842c083
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.docker/apache/vhost.conf
+2
-1
.docker/docker-compose.yml
+ 1
- 0
.docker/apache/vhost.conf
View File
@@ -1,4 +1,5 @@
LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so
LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so
<VirtualHost *:80>
ServerName localhost
+ 2
- 1
.docker/docker-compose.yml
View File
@@ -24,7 +24,8 @@ services:
environment:
- "APACHE_LOG_DIR:/src"
ports:
- '8101:80'
- '80:80'
- '443:443'
volumes:
- ./apache:/etc/apache2/sites-available/ssl
- ./../src:/var/www/html
Write
Preview
Loading…
Cancel
Save