更改nginx
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m30s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m30s
This commit is contained in:
parent
09a3fcb8d5
commit
0ea8beed09
@ -17,11 +17,10 @@ http {
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
# location = /scriptflow {
|
location = /scriptflow {
|
||||||
# return 301 /scriptflow/;
|
return 301 /scriptflow/;
|
||||||
# }
|
}
|
||||||
location ^~ /scriptflow/ {
|
location /scriptflow/ {
|
||||||
rewrite ^/scriptflow/(.*)$ /$1 break;
|
|
||||||
|
|
||||||
root /app;
|
root /app;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user