diff --git a/compose.prod.yml b/compose.prod.yml index 2063323e..075f75b9 100644 --- a/compose.prod.yml +++ b/compose.prod.yml @@ -14,7 +14,7 @@ services: labels: - 'traefik.enable=true' - 'traefik.http.routers.web.rule=PathPrefix(`/`)' - - 'traefik.http.services.web.loadbalancer.server.port=80' + - 'traefik.http.services.web.loadbalancer.server.port=8080' api: build: diff --git a/config/nginx/nginx.conf b/config/nginx/nginx.conf index 975b9580..dc9317f6 100644 --- a/config/nginx/nginx.conf +++ b/config/nginx/nginx.conf @@ -10,8 +10,8 @@ http { default_type application/octet-stream; types { - application/javascript js mjs; - text/css css; + application/javascript mjs; + text/css; } server {