PHP Classes

File: tests/docker/apache.conf

Recommend this page to a friend!
  Classes of Insolita   Yii2 Fractal   tests/docker/apache.conf   Download  
File: tests/docker/apache.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Fractal
Components to implement API based on JSON:API
Author: By
Last change:
Date: 13 days ago
Size: 462 bytes
 

Contents

Class file image Download
# Apache Server configuration for the docker container # This is not suitable for production use! <Directory /app/tests/testapp/web> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /app/tests/testapp/web ErrorLog /app/tests/tmp/api-error.log CustomLog /app/tests/tmp/api-access.log combined </VirtualHost>