Skip to content

File not found when trying to go to a shortened link #97

Discussion options

You must be logged in to vote

Problem solved! I am using the Hestia control panel and chose the Web Template NGINX LARAVEL this solved the problem.

`server {
listen 1.0.0.1:443 ssl http2;
server_name doma.in ;
root /home/traffic/web/doma.in/public_html/public;
index index.php index.html index.htm;

ssl_certificate      /home/traffic/conf/web/doma.in/ssl/doma.in.pem;
ssl_certificate_key  /home/traffic/conf/web/doma.in/ssl/doma.in.key;
ssl_stapling on;
ssl_stapling_verify on;

include /home/traffic/conf/web/doma.in/nginx.hsts.conf*;

location = /favicon.ico {
    log_not_found off;
    access_log off;
}

location = /robots.txt {
    allow all;
    log_not_found off;
    access_log off;
}

location ~ /\.(?!well-known\/) {…

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by acelaya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Shlink Discussions related with https://github.com/shlinkio/shlink
1 participant