We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi:
If someone is using nginx for the shortner, this configuration is gonna help you:
server {
listen 256.15.14.123:80; (IP:PORT) server_name example.net www.example.net; root /var/www/example.net; include php; access_log /var/www/cdlst.net-access.log; error_log /var/www/cdlst.net-error.log; if (!-e $request_filename) { rewrite ^(.+)$ /index.php?q=$1 last; }
}
Hope that helps you :D
The text was updated successfully, but these errors were encountered:
Dont forget to change your genreal nginx conf to set the number of request ............................. :D
Sorry, something went wrong.
No branches or pull requests
Hi:
If someone is using nginx for the shortner, this configuration is gonna help you:
server {
}
Hope that helps you :D
The text was updated successfully, but these errors were encountered: