Commit 31553834 by Chif Gergő

Integrate ssl encrypt

parent 8397e07d
Pipeline #1338 failed with stages
in 34 seconds
...@@ -10,9 +10,16 @@ upstream frontend { ...@@ -10,9 +10,16 @@ upstream frontend {
server frontend:80; server frontend:80;
} }
server { server {
listen 80 default_server;
client_max_body_size 16384M;
return 301 https://staging.niif.cloud.bme.hu;
}
listen 80; server {
listen 443 ssl;
server_name staging.niif.cloud.bme.hu;
client_max_body_size 16384M; client_max_body_size 16384M;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment