werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

nunosempere.com-simple (289B)


      1 # Old config:
      2  server {
      3  
      4       listen 80;
      5       listen [::]:80;
      6  
      7       root /home/www/werc/werc-1.5.0/sites/nunosempere.com;
      8       index index.html index.htm index.nginx-debian.html;
      9       server_name nunosempere.com;
     10  
     11       location / {
     12          try_files $uri $uri/ =404;
     13       }
     14  }
     15