配置nginx.conf
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m45s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m45s
This commit is contained in:
parent
08c58c06d7
commit
09a3fcb8d5
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user