mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
* typo corrections * more typos * initial work towards dockerized version of grocy * placeholder for future README * fully working dockerized grocy * updated final size of docker images
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
server {
|
|
listen 80 default_server;
|
|
server_name _;
|
|
|
|
root /www/public; # see: volumes_from
|
|
|
|
include /etc/nginx/common.conf;
|
|
} |