Added other containers
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
This commit is contained in:
6
nginx-web/snippets/errorpages.conf
Normal file
6
nginx-web/snippets/errorpages.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
root /var/www/Jack;
|
||||
error_page 404 /Error/error-404.php;
|
||||
error_page 500 /Error/error-500.php;
|
||||
error_page 502 /Error/error-502.php;
|
||||
error_page 503 /Error/error-503.php;
|
||||
error_page 504 /Error/error-504.php;
|
Reference in New Issue
Block a user