Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(nginx): simplify location block and remove caching configuration | saturneric | 3 days | 1 | -7/+1 |
| | | | | | * Removed caching configuration for static files. * Updated `try_files` directive to return a 404 error instead of redirecting to `index.html`. | ||||
* | feat(nginx): add initial nginx configuration | saturneric | 3 days | 1 | -0/+23 |
* Set up server to listen on port 80 * Define root directory and index files * Configure caching for static assets * Implement error handling for 404 pages |