We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76029ab commit d2ae30fCopy full SHA for d2ae30f
src/main/config/nginx/mystamps-http.conf
@@ -0,0 +1,7 @@
1
+server {
2
+ listen 80;
3
+ server_name my-stamps.ru www.my-stamps.ru;
4
+ server_tokens off;
5
+
6
+ return 301 https://$host$request_uri;
7
+}
src/main/config/nginx/mystamps.conf renamed to src/main/config/nginx/mystamps-ssl.conf
0 commit comments