Quellcode durchsuchen

test sur apache

configuration apache2
henri carmelo vor 10 Monaten
Ursprung
Commit
176b628b4d
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      build/docker/apache/apache.conf

+ 3 - 3
build/docker/apache/apache.conf

@@ -9,8 +9,8 @@
    ErrorLog "/var/log/apache2/error.log"
    LogLevel notice
    CustomLog "/var/log/apache2/access.log" combined
-   DocumentRoot /var/www/html
-   <Directory /var/www/html/>
+   DocumentRoot /var/www/html/browser
+   <Directory /var/www/html/browser>
         Options +Indexes +FollowSymlinks
         AllowOverride All
    </Directory>
@@ -19,7 +19,7 @@
 
 
 <VirtualHost *:443>
-   DocumentRoot /var/www/html
+   DocumentRoot /var/www/html/browser 
    ServerName angular-preprod.foodgame.fr
    ServerAlias angular-preprod.foodgame.fr 
    #SSLEnable