Skip to content

Instantly share code, notes, and snippets.

View nmngt's full-sized avatar
🌎
there's no place like home

nmngt nmngt

🌎
there's no place like home
View GitHub Profile
@nmngt
nmngt / Apache MIME for httpd.conf or .htaccess
Created September 26, 2024 16:02 — forked from Teino1978-Corp/Apache MIME for httpd.conf or .htaccess
Apache MIME for httpd.conf or .htaccess
# Set encoding for file extensions
<IfModule mod_mime.c>
# Plain text files
AddType text/plain .txt .text .def .list .log .in
# Source files
AddType text/x-asm .s .asm
AddType text/x-c .c .cc .cxx .cpp .h .hh .dic
AddType text/x-fortran .f .for .f77 .f90
AddType text/x-pascal .p .pas
AddType text/x-java-source .java