Skip to content
Snippets Groups Projects
Commit d428ad97 authored by Christian Dresen's avatar Christian Dresen
Browse files

[WarpInfra] Updated config for port 80 added server name

parent 74440d05
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ upstream django {
}
server {
listen 80;
server_name infra.warpzone.ms;
return 301 https://$host$request_uri;
}
......
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