mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Update pixelfed.subdomain.conf.sample
pixelfed realeased today the latest version 0.10.10 with default docker and docker-compose configuration. Using their default setup the container ame is "pixelfed_app_1" not just "pixelfed". The subdomain pixelfed can stay the same.
This commit is contained in:
parent
77a6dee131
commit
cd6f787208
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
## Version 2020/12/09
|
## Version 2021/01/29
|
||||||
# make sure that your dns has a cname set for pixelfed and the container is named pixelfed
|
# make sure that your dns has a cname set for pixelfed and the container is named pixelfed_app_1
|
||||||
|
# Note: pixelfed_app_1 is the default name in the docker config files of pixelfed
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
@ -31,7 +32,7 @@ server {
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
resolver 127.0.0.11 valid=30s;
|
||||||
set $upstream_app pixelfed;
|
set $upstream_app pixelfed_app_1;
|
||||||
set $upstream_port 80;
|
set $upstream_port 80;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue