freifunksearch

Moved to https://github.com/FreifunkSearchProjekt
git clone git://archive.git.mtrnord.blog/MTRNord/freifunksearch.git
Log | Files | Refs | README | LICENSE

default (221B)


      1 server {
      2     listen  80;
      3 
      4     # this path MUST be exactly as docker-compose.fpm.volumes,
      5     # even if it doesn't exists in this dock.
      6     root /var/www;
      7     index index.html index.html;
      8     
      9     server_name localhost;
     10 }