Mirror sincronizat cu repo canonic /workspace/efactura-generator. CLAUDE.md: documentat workflow sync + exclude config.json din rsync deploy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
230 B
ApacheConf
10 lines
230 B
ApacheConf
<FilesMatch "\.(html|php|css|js|mjs|ico|xml)$">
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</FilesMatch>
|
|
|
|
# Native ESM (.mjs) require JavaScript MIME type pe Apache.
|
|
<IfModule mod_mime.c>
|
|
AddType text/javascript .mjs
|
|
</IfModule>
|