diff --git a/docker/app.conf b/docker/app.conf index acc6ce3..76a3608 100644 --- a/docker/app.conf +++ b/docker/app.conf @@ -91,10 +91,11 @@ server { # ========== Sentry ========== location /sentry/ { proxy_pass http://10.32.0.213:50/; - proxy_set_header Host $host; + proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; + proxy_redirect off; } # ========== ОСНОВНОЙ LOCATION ========== diff --git a/docker/nginx.conf b/docker/nginx.conf index b2f58bd..174aadf 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -2,7 +2,6 @@ user application application; worker_processes auto; worker_rlimit_nofile 65535; -error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { diff --git a/resources/js/app.js b/resources/js/app.js index f482dcb..9cdfd0d 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -8,7 +8,6 @@ import './bootstrap'; import '../css/app.css'; import {NConfigProvider, NDialogProvider, NMessageProvider, ruRU, dateRuRU, darkTheme} from "naive-ui"; import { ZiggyVue } from 'ziggy-js'; -import {browserTracingIntegration} from "@sentry/vue"; router.on('start', (event) => { startGlobalLoading()