We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c7b52 commit 419dc7dCopy full SHA for 419dc7d
.docker/templates/default.conf.template
@@ -16,6 +16,11 @@ server {
16
try_files $uri /index.php$is_args$args;
17
}
18
19
+ # Screen client online check should just serve static files
20
+ location /client/online-check {
21
+ index index.html index.htm;
22
+ }
23
+
24
# Protect files and directories from prying eyes.
25
location ~* \.(engine|inc|install|make|module|profile|po|sh|.*sql|.tar|.gz|.bz2|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$ {
26
deny all;
0 commit comments