Suppression de la config apache

This commit is contained in:
JonathanMM 2022-01-23 10:16:57 +01:00
parent 5b720a50cf
commit d976b6cabd
2 changed files with 3 additions and 9 deletions

5
.gitignore vendored
View file

@ -1,4 +1,5 @@
node_modules/
js/
config/
data/
js/
node_modules/
ts/mots/motsATrouver.*.ts

View file

@ -1,7 +0,0 @@
AddDefaultCharset UTF-8
#Force HTTPS
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]