add dockerhub image
Some checks failed
/ docker (ubuntu-latest, 2.38.4) (push) Has been cancelled

This commit is contained in:
Lee
2023-07-04 17:56:28 +01:00
parent efc46e56a8
commit 084b8b9a82
2 changed files with 42 additions and 2 deletions

View File

@ -5,7 +5,7 @@ events {
http {
access_log /dev/stdout;
error_log /dev/stdout;
include mime.types;
default_type application/octet-stream;
@ -22,7 +22,7 @@ http {
root /var/www/html;
index index.html index.htm;
client_max_body_size 500M;
client_max_body_size 500M; # Will get replaced by the environment variable MAX_UPLOAD_SIZE
location ~ \.php$ {
try_files $uri =404;