diff options
| author | Daniel Hader <[email protected]> | 2026-05-10 10:15:56 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-05-10 10:15:56 -0500 |
| commit | a005add5513182abb0b1230cf514c7a45b290e4b (patch) | |
| tree | 5fb5c249d8828ba62f4ae91cbe0e8b5a440be570 /codegolf.nginx.conf | |
database with problem model
Diffstat (limited to 'codegolf.nginx.conf')
| -rw-r--r-- | codegolf.nginx.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/codegolf.nginx.conf b/codegolf.nginx.conf new file mode 100644 index 0000000..fa38266 --- /dev/null +++ b/codegolf.nginx.conf @@ -0,0 +1,10 @@ + +server { + listen 80; + #server_name danielhader.net; + server_name codegolf.localhost; + + location / { + root /var/www/codegolf; + } +}
\ No newline at end of file |
