aboutsummaryrefslogtreecommitdiffstats
path: root/core/ws-nginx.conf
AgeCommit message (Collapse)AuthorFilesLines
11 daysMove webserver config files to "core" directoryThomas Lange1-0/+41
... and add `/.htaccess` to the ignore list in `.gitignore`. If one wants to configure Apache by using the good old `.htaccess` file, all they have to do is copying the `core/ws-apache.conf` to `.htaccess`. Because of the `.gitignore`, Git will not list the `.htaccess` file as changed anymore if it contains additional configuration parameters.