1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00
This commit is contained in:
ericgaspar 2020-10-10 13:50:30 +02:00
parent b32ab1568e
commit abb70b8d6c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 19 additions and 18 deletions

View file

@ -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

View file

@ -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';

View file

@ -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"