Skip to content

Commit b2a18b3

Browse files
Stephan-Kokjohanib
authored andcommitted
engine - compatible with symfony 4 upgrade
1 parent 642fb1c commit b2a18b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/engine/appconf.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
DocumentRoot /var/www/html/web
1+
DocumentRoot /var/www/html/public
22
ServerName engine
33
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
44

5-
<Directory "/var/www/html/web">
5+
<Directory "/var/www/html/public">
66
Require all granted
77
Options -MultiViews
88
RewriteEngine On
99
RewriteBase /
1010
RewriteCond %{REQUEST_FILENAME} !-f
11-
RewriteRule ^(.*)$ app.php [QSA,L]
11+
RewriteRule ^(.*)$ index.php [QSA,L]
1212
</Directory>
1313

1414
Header always set X-Content-Type-Options "nosniff"

0 commit comments

Comments
 (0)