• Deutsch
  • English
  • Anmeldung OTOBO Community
+49 (0)9427 68 39 000
OTOBO
  • SOFTWARE
    • Software | Überblick
    • IT Service Management
    • Customer Service Management
    • Enterprise Service Management
    • Demo
    • Download
    • Dokumentation
  • SERVICES
    • Überblick Services
    • Beratung
    • Training
    • Entwicklung
    • OTRS Migration zu OTOBO
    • Support
    • Managed Service
    • Support-Portal
  • UNTERNEHMEN
    • Über uns
    • Karriere
    • Partner
    • Kontakt
    • Newsletter
  • RESSOURCEN
  • COMMUNITY
    • Open Source
    • Community Forum
    • Download
    • Dokumentation
    • OTOBO übersetzen
  • Click to open the search input field Click to open the search input field Suche
  • Menü Menü
Ansicht von 3 Antwort-Threads
  • Autor
    Beiträge
    • 17. Januar 2023 um 5:29 Uhr - Views: 1395 #14558
      grumpy_kot grumpy_kot
      Teilnehmer

        Hello, I want to create two links one for customers  ( https://helpdesk.company.local ) and one for agents (https://otobo.company.local ) but I can’t set up forwarding from https://helpdesk.company.local  to default page

        https://helpdesk.company.local/otobo/customer.pl

        I use docker installation + nginx as frontend web server. Rewrite rules doesn’t help.

      • 21. März 2023 um 16:21 Uhr #14950
        kps
        Teilnehmer

          Hi grumpy_kot,

          What error are you getting or what exactly says the nginx is not working?
          would you like to share your configuration with us? i have set up a nginx and an otobo for testing. It seems to work for me. Here is an example with a very minimalist configuration:


          server {
          listen 80;
          server_name customer.test.local;

          rewrite (^/$) /otobo/customer.pl permanent;
          location / {
          proxy_pass http://localhost:8080;
          }
          }

          Best regards,

          ~ kps

          • 14. April 2023 um 8:25 Uhr #15063
            grumpy_kot grumpy_kot
            Teilnehmer

              My customer  part  of otobo nginx config ( Otobo start in docker, but nginx installed from apt debian).

              I don’t understand .. It doesn’t not works, I tried second way, but it does not work too. (in comment #)

               

              http {
              server {
              listen 443 ssl;
              server_name helpdesk.mydomain.com;
              access_log /var/log/nginx/helpdesk.mydomain.com.log;
              error_log /var/log/nginx/helpdesk.mydomain.com.log;

              ssl_certificate /etc/nginx/ssl/fullchain.pem;
              ssl_certificate_key /etc/nginx/ssl/privkey.pem;
              ssl_session_timeout 5m;
              ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
              ssl_dhparam /etc/nginx/ssl/dhparams.pem;
              ssl_ciphers ‚EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH‘;
              ssl_prefer_server_ciphers on;
              ssl_session_cache shared:SSL:10m;

              # location = / {
              # return 301 https://helpdesk.mydomain.com/otobo/customer.pl;
              # }

              # if ( $request_filename = / ) {
              # rewrite ^ https://helpdesk.mydomain.com/otobo/customer.pl? permanent;
              # }

              rewrite (^$) /otobo/customer.pl permanent;

              location / {

              proxy_pass http://127.0.0.1:81;
              proxy_set_header Host $host;
              proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
              proxy_set_header X-Real-IP $remote_addr;
              }
              }

          • 14. April 2023 um 9:39 Uhr #15064
            kps
            Teilnehmer

              Hi grumpy_kot,

              maybe you are missing „/“ in your configuration?

              rewrite (^$) /otobo/customer.pl permanent;

              i wrote:

              rewrite (^/$) /otobo/customer.pl permanent;

              in my test configuration that makes the difference ;)

              Maybe you need a other browser or need to clean the cache for testing.

              Best regards

              ~ kps

            • 20. April 2023 um 11:13 Uhr #15086
              grumpy_kot grumpy_kot
              Teilnehmer

                Thanks . It Works!

            • Autor
              Beiträge
            Ansicht von 3 Antwort-Threads
            • Du musst angemeldet sein, um auf dieses Thema antworten zu können.

            Foren durchsuchen

            Anmeldung

            Anmeldung

            Konto erstellen
            Passwort vergessen?

            Login via Social

            Profil

            Bitte vervollständigen Sie nach der Registrierung Ihr Profil, das vereinfacht die spätere Kommunikation enorm. Ihre Profileinstellung finden Sie, wenn Sie auf Ihr Avatarbild klicken.

            Sie können Ihren Avatar ändern, indem Sie sich mit Ihrer E-Mail-Adresse unter gravatar.com registrieren.

            Letzte Aktivitäten

            • Queues ändern per Script oder Massenänderung
            • Mandantenfähigkeit
            • Dynamische Felder in AgentTicketNote mit ACL verstecken
            • FAQ: kaputtes Copy & Paste von Bildern zwischen Artikeln
            • Benachrichtigung „Ticket wurde mir entzogen“ möglich?

            Unternehmen

            Über uns
            Karriere
            Stellenbörse
            Partner werden
            Kontakt
            Newsletter

            OTOBO | Simplify work and create exceptional service experiences.

            Die Source Code Owner und Maintainer hinter OTOBO.

            Software

            Service Management-Plattform
            OTOBO Demo
            OTOBO Download
            OTOBO Dokumentation

            Security-Problem melden:
            security@otobo.org

            Services

            Support-Portal
            Beratung
            Training
            Support
            Managed Services
            Erweiterung
            OTRS Migration
            Partner finden

            Community

            Open Source
            Community Forum
            Mitmachen
            OTOBO Developer
            OTOBO@GitHub

            © 2026 Rother OSS GmbH | All rights reserved.
            • Cookie-Einstellungen
            • Impressum
            • Datenschutz
            • Haftungsausschluss
            Nach oben scrollen Nach oben scrollen Nach oben scrollen