You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/nginx.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ confused)::
95
95
Create a uWSGI configuration which references the Sentry configuration::
96
96
97
97
[uwsgi]
98
-
env = SENTRY_CONF=/etc/sentry.conf.py
98
+
env = SENTRY_CONF=/etc/sentry
99
99
module = sentry.wsgi
100
100
101
101
; spawn the master and 4 processes with 8 threads each
@@ -171,6 +171,8 @@ One rewrite is still required before the location block [#f1]_::
171
171
Subpath with Sentry's Default Webserver
172
172
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
173
173
174
+
.. Note:: This method is unsupported and untested by the Sentry team.
175
+
174
176
This is a bit more involved and harder to debug because not only does Nginx have to know the new location to listen for, it also must do rewriting of the urls it sends to the Sentry's built in server because it knows nothing about you trying to host the application elsewhere.
175
177
176
178
These are not full configurations, but abbreviated versions to highlight the differences from the main examples.
0 commit comments