配置nginx.conf
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m45s

This commit is contained in:
Song367 2026-03-09 16:44:19 +08:00
parent 08c58c06d7
commit 09a3fcb8d5

View File

@ -17,9 +17,9 @@ http {
server {
listen 80;
server_name localhost;
location = /scriptflow {
return 301 /scriptflow/;
}
# location = /scriptflow {
# return 301 /scriptflow/;
# }
location ^~ /scriptflow/ {
rewrite ^/scriptflow/(.*)$ /$1 break;