vtornik

Results 2 comments of vtornik

> @azaloum90 Look at magic lines > > ``` > http { > > map $status $forceBasicOutlook{ #magic_line > 401 'Basic realm=$host'; #magic_line > } #magic_line > > } >...

> https://develop.nginxproxymanager.com/advanced-config/#custom-nginx-configurations Thank you. Do I understand correctly that I have to create a /data/nginx/custom/http_top.conf file with this content: map $status $forceBasicOutlook{ #magic_line 401 'Basic realm=$host'; #magic_line } #magic_line and...