Update beszel.subdomain.conf.sample

This commit is contained in:
jlssmt 2024-11-26 00:07:03 +01:00 committed by GitHub
parent 4ba5874dcf
commit a769b716f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ server {
}
location ~ (/<container_name>)?/api {
location ~ (/beszel)?/api {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app beszel;