You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all, I would like to change the default port of MISP instead of 80 or 443 to use another one (e.g. 8081, 8443). This because within the same VM I will deploy several MISP instances and through an Nginx, I will redirect the access. If someone can help me with how to modify it I would appreciate it.
Currently I have applied:
Dear all, I would like to change the default port of MISP instead of 80 or 443 to use another one (e.g. 8081, 8443). This because within the same VM I will deploy several MISP instances and through an Nginx, I will redirect the access. If someone can help me with how to modify it I would appreciate it.
Currently I have applied:
<VirtualHost *:8081>
ServerAdmin admin@localhost
ServerName localhost
DocumentRoot /var/www/MISP/app/webroot
<Directory /var/www/MISP/app/webroot>
Options -Indexes
AllowOverride all
LogLevel warn
ErrorLog /var/log/apache2/misp_error.log
CustomLog /var/log/apache2/misp_access.log combined
ServerSignature Off
But it doesn't work by changing the port there.
Regards
The text was updated successfully, but these errors were encountered: