• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions LG WebOS Error Code 27

     
    • 0 Vote(s) - 0 Average

    LG WebOS Error Code 27

    Trouble accessing jellyfin from LG WebOS Client
    dnightbane
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #3
    2025-03-09, 10:46 PM
    Not that I'm aware of.

    The default nginx.conf file is this

    Code:
    # For more information on configuration, see:
    #   * Official English Documentation: http://nginx.org/en/docs/
    #   * Official Russian Documentation: http://nginx.org/ru/docs/

    user nginx;
    worker_processes auto;
    error_log /var/log/nginx/error.log;
    pid /run/nginx.pid;

    # Load dynamic modules. See /usr/share/doc/nginx/README.dynamic.
    include /usr/share/nginx/modules/*.conf;

    events {
        worker_connections 1024;
    }

    http {
        log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                          '$status $body_bytes_sent "$http_referer" '
                          '"$http_user_agent" "$http_x_forwarded_for"';

        access_log  /var/log/nginx/access.log  main;

        sendfile            on;
        tcp_nopush          on;
        tcp_nodelay         on;
        keepalive_timeout   65;
        types_hash_max_size 2048;

        include             /etc/nginx/mime.types;
        default_type        application/octet-stream;

        # Load modular configuration files from the /etc/nginx/conf.d directory.
        # See http://nginx.org/en/docs/ngx_core_module.html#include
        # for more information.
        ##buffer policy
    #    client_body_buffer_size 1K;
    #    client_header_buffer_size 1k;
    #    client_max_body_size 2M;
    #    large_client_header_buffers 2 1k;
        large_client_header_buffers 4 8k;
        ##end buffer policy
        server_tokens off;
        ssl_protocols TLSv1.2 TLSv1.3;
        ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
        ssl_session_timeout 1d;
        ssl_session_cache shared:MozSSL:10m;  # about 40000 sessions
        ssl_session_tickets off;
        ssl_prefer_server_ciphers off;
        proxy_read_timeout 50000;
        proxy_connect_timeout 50000;
        proxy_send_timeout 50000;
        include /etc/nginx/conf.d/*.conf;
    }
    #include /etc/nginx/dnstls.conf;

    The only other app on this box is jellystat and that uses the below as an included file for it's server block.
    Code:
    add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always;
        add_header Referrer-Policy "no-referrer" always;
        add_header X-Content-Type-Options "nosniff" always;
        add_header X-Download-Options "noopen" always;
        add_header X-Frame-Options "SAMEORIGIN" always;
        add_header X-Permitted-Cross-Domain-Policies "none" always;
        add_header X-Robots-Tag "none" always;
        add_header X-XSS-Protection "1; mode=block" always;
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    LG WebOS Error Code 27 - by dnightbane - 2025-03-09, 06:14 PM
    RE: LG WebOS Error Code 27 - by TheDreadPirate - 2025-03-09, 06:51 PM
    RE: LG WebOS Error Code 27 - by dnightbane - 2025-03-09, 10:46 PM
    RE: LG WebOS Error Code 27 - by TheDreadPirate - 2025-03-10, 01:47 PM
    RE: LG WebOS Error Code 27 - by dnightbane - 2025-03-10, 05:35 PM
    RE: LG WebOS Error Code 27 - by TheDreadPirate - 2025-03-10, 06:33 PM
    RE: LG WebOS Error Code 27 - by dnightbane - 2025-03-10, 07:45 PM
    RE: LG WebOS Error Code 27 - by TheDreadPirate - 2025-03-10, 08:17 PM
    RE: LG WebOS Error Code 27 - by dnightbane - 2025-03-10, 08:40 PM
    RE: LG WebOS Error Code 27 - by TheDreadPirate - 2025-03-11, 12:04 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode