This commit is contained in:
parent
d9a34b5bdc
commit
006ac97c68
@ -44,13 +44,7 @@ http {
|
|||||||
internal;
|
internal;
|
||||||
root /tmp/public;
|
root /tmp/public;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /public {
|
|
||||||
root /tmp/public;
|
|
||||||
|
|
||||||
try_files $uri $uri/ =404;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Upload endpoint
|
# Upload endpoint
|
||||||
location /upload.php {
|
location /upload.php {
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
|||||||
<title>File Not Found</title>
|
<title>File Not Found</title>
|
||||||
|
|
||||||
<!-- TailwindCSS -->
|
<!-- TailwindCSS -->
|
||||||
<script src="./assets/tailwind.js"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
class="h-screen bg-neutral-900 text-white flex flex-col text-center justify-center items-center p-4 gap-2"
|
class="h-screen bg-neutral-900 text-white flex flex-col text-center justify-center items-center p-4 gap-2"
|
||||||
|
Loading…
Reference in New Issue
Block a user