setupsubsonicubuntu18
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
setupsubsonicubuntu18 [2025/05/14 21:56] – tektinkers | setupsubsonicubuntu18 [2025/05/14 22:04] (current) – tektinkers | ||
---|---|---|---|
Line 15: | Line 15: | ||
**Install & Setup Nginx Reverse Proxy** | **Install & Setup Nginx Reverse Proxy** | ||
- | < | + | < |
- | < | + | < |
- | //change "root" | + | //add following to document - change "subsonic.your-domain.com"// |
- | < | + | < |
- | < | + | listen 80; |
- | < | + | |
- | **Installing PHP** | + | location / { |
+ | proxy_pass http:// | ||
+ | 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; | ||
+ | } | ||
+ | }</ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | //add following line to space after " | ||
+ | < | ||
+ | < | ||
+ | < | ||
- | < | + | **Increase Upload File Size for adding albums** |
- | < | + | < |
- | < | + | //Add line to http { block (at top)// |
- | + | < | |
- | // | + | < |
- | < | + | |
- | < | + | |
- | DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm | + | |
- | </ | + | |
- | </ | + | |
- | + | ||
- | __To:__ | + | |
- | < | + | |
- | < | + | |
- | DirectoryIndex index.php index.html index.cgi index.pl index.xhtml index.htm | + | |
- | </ | + | |
- | </ | + | |
- | + | ||
- | < | + | |
- | < | + | |
- | + | ||
- | // | + | |
- | < | + | |
- | + | ||
- | **Creating a Virtual Host for Apache** | + | |
- | + | ||
- | //Change " | + | |
- | < | + | |
- | < | + | |
- | < | + |
setupsubsonicubuntu18.1747259776.txt.gz · Last modified: 2025/05/14 21:56 by tektinkers