first commit
This commit is contained in:
commit
4eb8d823da
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM httpd:2.4
|
||||||
|
COPY ./my-httpd.conf /usr/local/apache2/conf/httpd.conf
|
7
my-httpd.conf
Normal file
7
my-httpd.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
LoadModule rewrite_module modules/mod_rewrite.so
|
||||||
|
|
||||||
|
<Directory "/usr/local/apache2/htdocs">
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
Loading…
x
Reference in New Issue
Block a user