Chang Zhao
Chang Zhao
About root directive, it's easy to do this way: In the html section - ``` map $host $root { default *our real web root directory here*; } root $root; ```...
> I am against the output nginx settings on the wnmp panel, becouse Nginx can be used for other purposes. I like the wnmp, because I can customize it how...
> You gave very simple example. Users can use one config with unlimited local websites: Yes. And for different servers, there may be the need for different configs - depending...
OK, I have added [Custom NGINX configurations](https://github.com/wnmp/wnmp/wiki/Custom-NGINX-configurations) page to the Wiki. And the option to add custom bookmarks to WNMP maybe isn't worth the time & efforts. However, see the...
@jmartin2939 Josh, maybe you remove this pull request and make another, clean one, with only that line. It would be easy to accept then.
Here is another usecase proving that they should be in the same div: I want that dataentry would be only seen in a page source, but hidden from a page...
"Pointer" may be OK. My idea is not about semantic - it's relative, - but about visual precision. With "ns-resize" cursor you might not see so well the exact point...
@fastengineer, there are platforms like [nw.js](https://github.com/nwjs/nw.js) and [Electron](https://www.electronjs.org/) to run HTML (browser) engine without actual full-blown browser.
IMHO it's alright, we can always skip aome parts. The problem is that in the version 5 many details got obsolete. Docs say to use `loader.onProgress.add(() => {}); // called...
IMHO inline styling with a couple of buttons (color & background-color) with drop-down pickers isn't a very complex task (though we would need to handle cases when the selected-for-coloring range...