fix
All checks were successful
Publish Docker Image / docker (push) Successful in 56s

This commit is contained in:
Lee
2024-01-11 05:57:35 +00:00
parent d9a34b5bdc
commit 006ac97c68
3 changed files with 2 additions and 71 deletions

View File

@ -44,13 +44,7 @@ http {
internal;
root /tmp/public;
}
location /public {
root /tmp/public;
try_files $uri $uri/ =404;
}
# Upload endpoint
location /upload.php {
try_files $uri =404;