feat: add redirection in nginx-proxy to web container

This commit is contained in:
2025-09-19 05:56:09 +00:00
parent 2af11b489f
commit 1f86f89943
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
return 301 https://HOSTNAME.com$request_uri;