mirror of https://github.com/tteck/Proxmox.git
Update tandoor-install.sh
fixes https://github.com/tteck/Proxmox/issues/2685
This commit is contained in:
parent
6c5503b500
commit
c5ddb590d7
|
@ -114,7 +114,7 @@ server {
|
|||
listen 8002;
|
||||
#access_log /var/log/nginx/access.log;
|
||||
#error_log /var/log/nginx/error.log;
|
||||
|
||||
client_max_body_size 128M;
|
||||
# serve media files
|
||||
location /static/ {
|
||||
alias /opt/tandoor/staticfiles/;
|
||||
|
|
Loading…
Reference in New Issue