Aggiornamenti per https
This commit is contained in:
@@ -5,6 +5,13 @@ events { worker_connections 1024; }
|
||||
http {
|
||||
client_max_body_size 5M;
|
||||
|
||||
server {
|
||||
|
||||
listen 80;
|
||||
server_name www.ifattidinapoli.it preproduction.ifattidinapoli.it;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name www.ifattidinapoli.it preproduction.ifattidinapoli.it default_server;
|
||||
|
||||
Reference in New Issue
Block a user