Merge pull request #18165 from MauricioFauth/selenium-public-dir

Update server directory for Selenium CI tests
This commit is contained in:
Maurício Meneghini Fauth 2023-02-26 17:50:14 -03:00 committed by GitHub
commit 0c27254204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 526 additions and 479 deletions

View File

@ -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;
}
}
}

File diff suppressed because it is too large Load Diff