Skip to content

Commit 2da7e28

Browse files
author
Filip Kula
committed
fix: move settings to https
1 parent 735d45a commit 2da7e28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nginx.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ http {
1212
listen 80;
1313
server_name kola.kia.prz.edu.pl;
1414

15-
client_max_body_size 10M;
16-
client_body_timeout 60s;
17-
client_header_timeout 60s;
18-
1915
location ^~ /.well-known/acme-challenge/ {
2016
root /var/www/certbot;
2117
}
@@ -41,6 +37,10 @@ http {
4137
listen 443 ssl;
4238
server_name kola.kia.prz.edu.pl;
4339

40+
client_max_body_size 10M;
41+
client_body_timeout 60s;
42+
client_header_timeout 60s;
43+
4444
ssl_certificate /etc/letsencrypt/live/kola.kia.prz.edu.pl/fullchain.pem;
4545
ssl_certificate_key /etc/letsencrypt/live/kola.kia.prz.edu.pl/privkey.pem;
4646

0 commit comments

Comments
 (0)