We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d6077 commit 14ccf2cCopy full SHA for 14ccf2c
Dockerfile
@@ -1,4 +1,5 @@
1
FROM nginx:1.20-alpine
2
+
3
RUN apk add nano openssl
4
COPY ./nginx.conf /etc/nginx/nginx.conf
5
COPY ./sentry_proxy.js /etc/nginx/sentry_proxy.js
README.md
@@ -1,2 +1,11 @@
-# nginx-sentry-proxy
-### Reverse proxy for sentry (tunnel mode)
+# nginx-sentry-proxy
+Ad blocker bypass for Sentry.Allows you to bypass ads using reverse proxy.
+
+* default port: <b>8000</b>
+* [setup sentry client :](https://docs.sentry.io/platforms/javascript/troubleshooting/)
6
7
8
+### run :
9
+```bash
10
+docker run ghcr.io/lad-tech/nginx-sentry-proxy:master
11
+```
doc/img.png
50.6 KB
0 commit comments