Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
32dfc42c
Commit
32dfc42c
authored
Dec 29, 2014
by
Grazyna Jaworska
Browse files
Nginx: Fix for D8-specific /cron/ location caching (extended mode only).
parent
38638363
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/Provision/Config/Nginx/Inc/vhost_include.tpl.php
View file @
32dfc42c
...
...
@@ -229,6 +229,9 @@ location ^~ /cron/ {
<?php
if
(
$satellite_mode
==
'boa'
)
:
?>
allow 127.0.0.1;
deny all;
<?php
endif
;
?>
<?php
if
(
$nginx_config_mode
==
'extended'
)
:
?>
set $nocache_details "Skip";
<?php
endif
;
?>
try_files $uri @drupal;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment