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;

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<title>File Not Found</title>
<!-- TailwindCSS -->
<script src="./assets/tailwind.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body
class="h-screen bg-neutral-900 text-white flex flex-col text-center justify-center items-center p-4 gap-2"