Skip to content
Snippets Groups Projects
Commit 547a8968 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

api rewrite fixed

parent 82943620
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,5 @@ VOLUME /var/log/apache2
VOLUME /var/lib/php/sessions
VOLUME /var/run
RUN rm -Rf setup
RUN rm -Rf setup && a2enmod rewrite
......@@ -28,6 +28,11 @@
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
<Directory /var/www/>
AllowOverride All
</Directory>
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment