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

Fix typo in nginx config.

parent 0d12e564
No related branches found
No related tags found
1 merge request!6Fix typo in nginx config.
Pipeline #208 passed with stages
in 1 minute and 14 seconds
...@@ -6,7 +6,7 @@ server { ...@@ -6,7 +6,7 @@ server {
} }
location @files { location @files {
root /opt/ant.sr/files; root /opt/ant.sr/files;
error_page 404 = @urlshortener error_page 404 = @urlshortener;
} }
location @urlshortener { location @urlshortener {
# TODO! # 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