Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 676b1526 authored by peter_rabbit's avatar peter_rabbit
Browse files

tmp:deactivate https 301

parent e71daaf1
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ server { ...@@ -11,9 +11,9 @@ server {
root /var/www/certbot; root /var/www/certbot;
} }
location / { # location / {
return 301 https://$host$request_uri; # return 301 https://$host$request_uri;
} # }
} }
server { server {
...@@ -21,7 +21,7 @@ server { ...@@ -21,7 +21,7 @@ server {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
server_name kuadrado-software.fr www.kuadrado-software.fr; server_name kuadrado-software.fr www.kuadrado-software.fr;
server_tokens off; server_tokens off;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment