mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
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:
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user