Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fachanwendung von http:8080 auf https:443 "umziehen" also ReverseProxy oder so

Empfohlene Antworten

Veröffentlicht

Hallo

Ich möchte eine medizinische Fachanwendung von http:8080 auf https:443 "umziehen" also ReverseProxy oder so,

klappt auch grundsätzlich mit u.a. nginx-config. aber wenn ich "grosse" Dateien auf https:443 einkippe, dann klappt das nicht, auf http:8080 klappt dieselbe Datei einwandfrei,

Wo fehlts da?

 

Herstellerdoku sagt:

server {
# HTTPS configuration
listen 443 ssl;
ssl_certificate_key /etc/nginx/certs/key.pem;
ssl_certificate /etc/nginx/certs/cert.pem;

  location /health-app/ {
    proxy_set_header Host $host:$proxy_port;
    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_pass http://localhost:8080$request_uri;
  }
}

 

aber schon das $request_uri; bei proxy_pass http://localhost:8080$request_uri; mag er irgendwie nicht und dann ist da die Grössenbeschränkung, gefühlt schon bei 20 KB (nicht MB).

Wie kann man das lösen?

Ciao

 

 

 

 

 

 

 

Erste Frage bei solchen Dingen:

Was sagt denn das Log? :) also von nginx, in dem Fall.

Ist es überhaupt aktiviert? -> sollte auch in der config mit drin stehen und üblicherweise nach /var/log/ bzw. /var/log/nginx/ zeigen. Und dann ggf. noch unterteilt in access.log + error.log

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.