7
All checks were successful
Publish Docker Image / docker (push) Successful in 58s

This commit is contained in:
Lee 2024-01-11 05:53:55 +00:00
parent 7783e1a557
commit d9a34b5bdc

View File

@ -45,6 +45,12 @@ http {
root /tmp/public;
}
location /public {
root /tmp/public;
try_files $uri $uri/ =404;
}
# Upload endpoint
location /upload.php {
try_files $uri =404;