Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
dc99fc21
Commit
dc99fc21
authored
May 3, 2011
by
Grazyna Jaworska
Committed by
anarcat
May 20, 2011
Browse files
Options
Downloads
Patches
Plain Diff
Add support for wget cron in the Nginx configuration.
parent
1146a4cc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
http/nginx/nginx_advanced_include.conf
+1
-1
1 addition, 1 deletion
http/nginx/nginx_advanced_include.conf
http/nginx/nginx_simple_include.conf
+1
-1
1 addition, 1 deletion
http/nginx/nginx_simple_include.conf
with
2 additions
and
2 deletions
http/nginx/nginx_advanced_include.conf
+
1
−
1
View file @
dc99fc21
...
...
@@ -325,7 +325,7 @@
###
### send all non-static requests to php-fpm, restricted to known php files
###
location
~* ^/(?:
index
|
boost_stats
|
update
|
authorize
|
xmlrpc
)\.
php
$ {
location
~* ^/(?:
index
|
cron
|
boost_stats
|
update
|
authorize
|
xmlrpc
)\.
php
$ {
try_files
$
uri
=
404
;
### check for existence of php file first
fastcgi_pass
127
.
0
.
0
.
1
:
9000
;
### php-fpm listening on port 9000
track_uploads
uploads
60
s
;
### required for upload progress
...
...
This diff is collapsed.
Click to expand it.
http/nginx/nginx_simple_include.conf
+
1
−
1
View file @
dc99fc21
...
...
@@ -311,7 +311,7 @@
###
### send all non-static requests to php-fpm, restricted to known php files
###
location
~* ^/(?:
index
|
boost_stats
|
update
|
authorize
|
xmlrpc
)\.
php
$ {
location
~* ^/(?:
index
|
cron
|
boost_stats
|
update
|
authorize
|
xmlrpc
)\.
php
$ {
try_files
$
uri
=
404
;
### check for existence of php file first
fastcgi_pass
127
.
0
.
0
.
1
:
9000
;
### php-fpm listening on port 9000
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment