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
38638363
Commit
38638363
authored
Dec 29, 2014
by
Grazyna Jaworska
Browse files
Nginx: Fix for D8-specific /cron/ location regex.
parent
d65a1257
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/Provision/Config/Nginx/Inc/vhost_include.tpl.php
View file @
38638363
...
...
@@ -224,7 +224,7 @@ location = /cron.php {
### Allow local access to support wget method in Aegir settings
### for running sites cron in Drupal 8.
###
location
=
/cron/ {
location
^~
/cron/ {
access_log off;
<?php
if
(
$satellite_mode
==
'boa'
)
:
?>
allow 127.0.0.1;
...
...
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