mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-13 00:23:14 -07:00
Delete seafile.subdomain.conf.sample
Removed due to incompatibility issues, and lack of upstream documentation.
This commit is contained in:
parent
ebb0b5f5a0
commit
afeae442a4
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
## Version 2021/05/18
|
||||
# For use with the official Seafile Docker image (https://download.seafile.com/published/seafile-manual/docker/deploy%20seafile%20with%20docker.md)
|
||||
# Requires that the seafile container uses the following env variables:
|
||||
# SEAFILE_SERVER_LETSENCRYPT=true
|
||||
# SEAFILE_SERVER_HOSTNAME=seafile.yourdomain.com
|
||||
# Restart or create the seafile container after enabling this subdomain and restarting the letsencrypt contianer
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name seafile.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app seafile;
|
||||
set $upstream_port 443;
|
||||
set $upstream_proto https;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue