Allowing massive files to be uploaded to files.leftcoast.space
This commit is contained in:
parent
39c4545b70
commit
c43987faf4
@ -8,7 +8,7 @@ server {
|
|||||||
proxy_pass http://127.0.0.1:8000;
|
proxy_pass http://127.0.0.1:8000;
|
||||||
}
|
}
|
||||||
# Because we take large video/image file uploads
|
# Because we take large video/image file uploads
|
||||||
client_max_body_size 100M;
|
client_max_body_size 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,17 +6,6 @@
|
|||||||
- hosts: alpha
|
- hosts: alpha
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install Nginx
|
|
||||||
apt:
|
|
||||||
name: nginx
|
|
||||||
update_cache: yes
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Update Snap
|
|
||||||
community.general.snap:
|
|
||||||
name: core
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Install Certbot
|
- name: Install Certbot
|
||||||
community.general.snap:
|
community.general.snap:
|
||||||
name: certbot
|
name: certbot
|
||||||
|
Loading…
Reference in New Issue
Block a user