mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/build: Clean up build process
Fixes incorrect URIs of iOS splash screens and OpenSans font Files get gzipped inside build script Better nginx configuration build.js uses more consistent, synchronous code
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
worker_processes 1;
|
||||
user nginx;
|
||||
|
||||
error_log /dev/stderr warn;
|
||||
pid /var/run/nginx.pid;
|
||||
@ -54,3 +55,4 @@ http {
|
||||
}
|
||||
}
|
||||
}
|
||||
daemon off;
|
||||
|
Reference in New Issue
Block a user