Merge pull request #18165 from MauricioFauth/selenium-public-dir
Update server directory for Selenium CI tests
This commit is contained in:
commit
0c27254204
@ -54,9 +54,9 @@ http {
|
||||
listen 8000 default_server;
|
||||
server_name _;
|
||||
|
||||
root %ROOT%;
|
||||
root %ROOT%/public;
|
||||
|
||||
index index.php index.html index.htm;
|
||||
index index.php;
|
||||
|
||||
charset utf-8;
|
||||
|
||||
@ -117,14 +117,5 @@ http {
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
||||
}
|
||||
|
||||
location ~ /\. {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ~ /(libraries|templates) {
|
||||
deny all;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
992
test/php.ini
992
test/php.ini
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user