reverted back to useing httpd container via docker-compose for development, use volume mount for uploads, upgraded core-api to patch seed, removed nginx.conf and startup.sh as no longer needed

This commit is contained in:
Ronald A. Richardson
2023-07-16 13:34:28 +08:00
parent 75a1a1b389
commit 03bbae856a
9 changed files with 59 additions and 127 deletions

View File

@@ -4,7 +4,12 @@ server {
root /var/www/html/api/public;
# hide nginx version for security purposes
server_tokens off;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error_log;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
index index.php;
location / {