diff --git a/README.md b/README.md index 29f7703..248e376 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview [WebMin](http://www.webmin.com/index.html) is a **web-based** interface for system **administration** for Unix. Using any modern web browser, you can setup user **accounts**, **DNS**, **file sharing** and much more. Webmin removes the need to manually **edit Unix configuration** files like **/etc/passwd**, and lets you manage a system from the **console or remotely**. -**Shipped version:** 1.953 +**Shipped version:** 1.955 ## Important points diff --git a/conf/nginx.conf b/conf/nginx.conf index 909f13d..50323b9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,22 +1,23 @@ location __PATH__ { - proxy_pass https://127.0.0.1:__PORT__/; - proxy_redirect off; + proxy_pass https://127.0.0.1:__PORT__/; + proxy_redirect off; - #Proxy Settings - proxy_redirect off; - proxy_set_header Host $host:$server_port; #this redirects the link without port no - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + #Proxy Settings + proxy_redirect off; + proxy_set_header Host $host:$server_port; #this redirects the link without port no + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + + proxy_max_temp_file_size 0; + proxy_connect_timeout 90; + proxy_send_timeout 90; + proxy_read_timeout 90; + proxy_buffer_size 128k; + proxy_buffers 32 32k; + proxy_busy_buffers_size 256k; + proxy_temp_file_write_size 256k; - proxy_max_temp_file_size 0; - proxy_connect_timeout 90; - proxy_send_timeout 90; - proxy_read_timeout 90; - proxy_buffer_size 128k; - proxy_buffers 32 32k; - proxy_busy_buffers_size 256k; - proxy_temp_file_write_size 256k; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; more_clear_input_headers 'Accept-Encoding'; diff --git a/manifest.json b/manifest.json index dea67ac..3c38817 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,9 @@ "en": "Web-based interface for system administration for Unix.", "fr": "Interface Web d'administration système pour Unix." }, - "version": "1.941~ynh1", + "version": "1.955~ynh1", "url": "http://www.webmin.com", - "license": "free", + "license": "BSD 3-Clause", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org"