Accept chromedriver url for sign and .env cleanup

This commit is contained in:
Pablo Ferreiro 2022-03-13 23:18:10 +01:00
parent d061c210a2
commit c682432920
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
7 changed files with 195 additions and 36 deletions

View file

@ -1,8 +0,0 @@
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location /.env {
deny all;
return 404;
}