• 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 Troubleshooting Extra Nginx Configurations

     
    • 0 Vote(s) - 0 Average

    Extra Nginx Configurations

    config path for nginx access.log in container?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-05-30, 04:17 PM (This post was last modified: 2024-05-30, 04:19 PM by TheDreadPirate. Edited 1 time in total.)
    The api_key censoring config is supposed to get inside the "server" block, which is where all your other configs for Jellyfin reside.

    Code:
    server {
        listen 443 ssl http2;
        listen [::]:443 ssl http2;

        server_name DOMAIN_NAME;

    ANYWHERE IN HERE
    ......

        location /jellyfin/ {
            # Proxy main Jellyfin traffic

            proxy_pass http://$jellyfin:8096;
    ...
         }
    ANYWHERE IN HERE
    }

    You have to make sure that the log path is correct. You can open a bash session for your SWAG container and find the container path for the log file and then provide that in config to strip secrets.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Extra Nginx Configurations - by Anders - 2024-05-30, 09:57 AM
    RE: Extra Nginx Configurations - by Anders - 2024-05-30, 10:47 AM
    RE: Extra Nginx Configurations - by TheDreadPirate - 2024-05-30, 04:17 PM
    RE: Extra Nginx Configurations - by niels - 2024-05-30, 08:19 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