mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(access): remove fallback catchall
This commit is contained in:
parent
a02778b413
commit
279230578f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ in {
|
|||
};
|
||||
"/" = {
|
||||
extraConfig = ''
|
||||
rewrite ^.*$ /high last;
|
||||
#rewrite ^.*$ /high last;
|
||||
return 404;
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue