diff --git a/.github/workflows/configs/facturxdotnet.nginx.conf.template b/.github/workflows/configs/facturxdotnet.nginx.conf.template index 15c6f9fd..dde029e3 100644 --- a/.github/workflows/configs/facturxdotnet.nginx.conf.template +++ b/.github/workflows/configs/facturxdotnet.nginx.conf.template @@ -11,6 +11,11 @@ server { error_log /var/log/nginx/{BUILD-NAME}.facturxdotnet.org.error.log; access_log /var/log/nginx/{BUILD-NAME}.facturxdotnet.org.access.log; + include mime.types; + types { + application/javascript js mjs; + } + try_files /maintenance.html $uri; location /editor {