]> Nutra Git (v2) - nutratech/vps-root.git/commitdiff
it doesnt work split like this
authornutra-bot <nutradigest@gmail.com>
Mon, 25 Jul 2022 14:42:23 +0000 (14:42 +0000)
committernutra-bot <nutradigest@gmail.com>
Mon, 25 Jul 2022 14:42:23 +0000 (14:42 +0000)
etc/nginx/sites-available/default
etc/nginx/sites-enabled/mattermost [new symlink]

index fa5b2ab35fe325ebe8a2c26122a20b08b04a64ba..4acf5c8765934702ba919a761615bae9c613cd2c 100644 (file)
@@ -43,48 +43,9 @@ server {
 
   # Mattermost
   # location /chat/ {
+  # This is controlled in the mattermost config in /etc/nginx/sites-available
   # }
 
-  location ~ /chat/api/v[0-9]+/(users/)?websocket$ {
-    proxy_set_header Upgrade $http_upgrade;
-    proxy_set_header Connection "upgrade";
-    client_max_body_size 50M;
-    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_set_header X-Frame-Options SAMEORIGIN;
-    proxy_buffers 256 16k;
-    proxy_buffer_size 16k;
-    client_body_timeout 60;
-    send_timeout 300;
-    lingering_timeout 5;
-    proxy_connect_timeout 90;
-    proxy_send_timeout 300;
-    proxy_read_timeout 90s;
-    proxy_http_version 1.1;
-    proxy_pass http://127.0.0.1:8065;
-  }
-
-   location /chat/ {
-     client_max_body_size 50M;
-     proxy_set_header Connection "";
-     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_set_header X-Frame-Options SAMEORIGIN;
-     proxy_buffers 256 16k;
-     proxy_buffer_size 16k;
-     proxy_read_timeout 600s;
-     # proxy_cache mattermost_cache;
-     proxy_cache_revalidate on;
-     proxy_cache_min_uses 2;
-     proxy_cache_use_stale timeout;
-     proxy_cache_lock on;
-     proxy_http_version 1.1;
-     proxy_pass http://127.0.0.1:8065;
-   }
 
   # default favicon
   location = /favicon.ico {
diff --git a/etc/nginx/sites-enabled/mattermost b/etc/nginx/sites-enabled/mattermost
new file mode 120000 (symlink)
index 0000000..cfe1edf
--- /dev/null
@@ -0,0 +1 @@
+/etc/nginx/sites-available/mattermost
\ No newline at end of file