This commit is contained in:
parent
d9a34b5bdc
commit
006ac97c68
@ -45,12 +45,6 @@ http {
|
||||
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
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user