proc-gen equipment drops from monsters can be picked up
[sketchy-heroes.git] / nginx.conf
1 server {
2     index index.php index.html;
3     server_name local.sketchyheroes.net;
4     error_log  /var/log/nginx/error.log;
5     access_log /var/log/nginx/access.log;
6     root /app/src/public;
7
8     location / {
9       index index.html;
10     }
11 }