Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
ae8d8d9b
Commit
ae8d8d9b
authored
8 years ago
by
Gliders User
Browse files
Options
Download
Plain Diff
Merge branch 'master' of gitlab.noc.soton.ac.uk:owanes/gliders-webserver
parents
cb1c74b7
5df0d0d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
devtools.nginx.conf
devtools.nginx.conf
+8
-0
sentry.ini
sentry.ini
+32
-0
No files found.
devtools.nginx.conf
View file @
ae8d8d9b
...
...
@@ -34,4 +34,12 @@ server {
fastcgi_param
SCRIPT_NAME
$
fastcgi_script_name
;
fastcgi_param
HTTPS
off
;
}
location
/
sentry
{
proxy_pass
http
://
localhost
:
9000
;
proxy_redirect
off
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
X
-
Forwarded
-
Proto
$
scheme
;
}
}
This diff is collapsed.
Click to expand it.
sentry.ini
0 → 100644
View file @
ae8d8d9b
[program:sentry-web]
directory
=
/local/sentry/
user
=
sentry
environment
=
PATH="/local/sentry/pythonenv/bin"
command
=
/local/sentry/pythonenv/bin/sentry start
autostart
=
true
autorestart
=
true
redirect_stderr
=
true
stdout_logfile
=
syslog
stderr_logfile
=
syslog
[program:sentry-worker]
directory
=
/local/sentry/
user
=
sentry
environment
=
PATH="/local/sentry/pythonenv/bin"
command
=
/local/sentry/pythonenv/bin/sentry celery worker
autostart
=
true
autorestart
=
true
redirect_stderr
=
true
stdout_logfile
=
syslog
stderr_logfile
=
syslog
[program:sentry-cron]
directory
=
/local/sentry/
user
=
sentry
environment
=
PATH="/local/sentry/pythonenv/bin"
command
=
/local/sentry/pythonenv/bin/sentry celery beat
autostart
=
true
autorestart
=
true
redirect_stderr
=
true
stdout_logfile
=
syslog
stderr_logfile
=
syslog
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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