Skip to content
Snippets Groups Projects
Commit e1e4c7c7 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Merge branch 'docker-deploy' into 'master'

Fix typo in nginx config.

See merge request !6
parents 0d12e564 97b95ab6
No related branches found
No related tags found
1 merge request!6Fix typo in nginx config.
Pipeline #209 passed with stages
in 1 minute and 13 seconds
......@@ -6,7 +6,7 @@ server {
}
location @files {
root /opt/ant.sr/files;
error_page 404 = @urlshortener
error_page 404 = @urlshortener;
}
location @urlshortener {
# TODO!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment